#77464C

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

Shades of Tosca #77464C

Tints of Tosca #77464C

Color information

#77464C (or 0x77464C) is unknown color: approx Tosca. HEX triplet: 77, 46 and 4C. RGB value is (119,70,76). Sum of RGB (Red+Green+Blue) = 119+70+76=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77464C is #88B9B3. Grayscale: #555555. Windows color (decimal): -8960436 or 4998775. OLE color: 4998775.

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

Color convert

RGB1197076-
CMYK00.410.360.53
HSL352.65º25.93%37.06%-
HSV(B)352.65º41.18%46.67%-
XYZ11.18.827.96-
YUV85.34122.73152.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 76 (30.08% from 255) = 28.68%
R=44.91%
G=26.42%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119707600.410.360.53352.6525.9337.06
Hex77464C02924351611a25
Octal16710611405144655413245
Binary111011110001101001100010100110010011010110110000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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