#77474C

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

Shades of Tosca #77474C

Tints of Tosca #77474C

Color information

#77474C (or 0x77474C) is unknown color: approx Tosca. HEX triplet: 77, 47 and 4C. RGB value is (119,71,76). Sum of RGB (Red+Green+Blue) = 119+71+76=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77474C is #88B8B3. Grayscale: #555555. Windows color (decimal): -8960180 or 4999031. OLE color: 4999031.

HSL color Cylindrical-coordinate representation of color #77474C: hue angle of 353.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77474C is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1197176-
CMYK00.400.360.53
HSL353.75º25.26%37.25%-
HSV(B)353.75º40.34%46.67%-
XYZ11.178.957.98-
YUV85.92122.4151.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=44.74%
G=26.69%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119717600.400.360.53353.7525.2637.25
Hex77474C02824351621925
Octal16710711405044655423145
Binary111011110001111001100010100010010011010110110001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77474C; }

 p { color: rgb(119,71,76); }

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

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

 a { background-color: rgb(119,71,76); }

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

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

 span { border-color: rgb(119,71,76); }

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