#74494F

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

Shades of Tosca #74494F

Tints of Tosca #74494F

Color information

#74494F (or 0x74494F) is unknown color: approx Tosca. HEX triplet: 74, 49 and 4F. RGB value is (116,73,79). Sum of RGB (Red+Green+Blue) = 116+73+79=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #74494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74494F is #8BB6B0. Grayscale: #565656. Windows color (decimal): -9156273 or 5196148. OLE color: 5196148.

HSL color Cylindrical-coordinate representation of color #74494F: hue angle of 351.63º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74494F is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1167379-
CMYK00.370.320.55
HSL351.63º22.75%37.06%-
HSV(B)351.63º37.07%45.49%-
XYZ119.048.56-
YUV86.54123.75149.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.28%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=43.28%
G=27.24%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116737900.370.320.55351.6322.7537.06
Hex74494F02520371601725
Octal16411111704540675402745
Binary111010010010011001111010010110000011011110110000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74494F; }

 p { color: rgb(116,73,79); }

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

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

 a { background-color: rgb(116,73,79); }

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

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

 span { border-color: rgb(116,73,79); }

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