#734047

Color #734047 Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #734047

Tints of Tosca #734047

Color information

#734047 (or 0x734047) is unknown color: approx Tosca. HEX triplet: 73, 40 and 47. RGB value is (115,64,71). Sum of RGB (Red+Green+Blue) = 115+64+71=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #734047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734047 is #8CBFB8. Grayscale: #505050. Windows color (decimal): -9224121 or 4669555. OLE color: 4669555.

HSL color Cylindrical-coordinate representation of color #734047: hue angle of 351.76º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #734047 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB1156471-
CMYK00.440.380.55
HSL351.76º28.49%35.1%-
HSV(B)351.76º44.35%45.1%-
XYZ10.047.776.93-
YUV80.05122.9152.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 71 (28.12% from 255) = 28.4%
R=46%
G=25.6%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115647100.440.380.55351.7628.4935.1
Hex73404702C26371601c23
Octal16310010705446675403443
Binary111001110000001000111010110010011011011110110000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734047; }

 p { color: rgb(115,64,71); }

 H1.HeaderClassName
 {
   color: #734047;
 }
 .AnyTagClassName
 {
   color: #734047;
 }
</style>
background-color css

<style>
 a { background-color: #734047; }

 a { background-color: rgb(115,64,71); }

 div.DivClassName
 {
   background-color: #734047;
 }
 .BgClassName
 {
   background-color: #734047;
 }
</style>
border-color css

<style>
 span { border-color: #734047; }

 span { border-color: rgb(115,64,71); }

 td.TdClassName
 {
   border-color: #734047;
 }
 .TagClassName
 {
   border-color: #734047;
 }
</style>