#77352C

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

Shades of Mocha #77352C

Tints of Mocha #77352C

Color information

#77352C (or 0x77352C) is unknown color: approx Mocha. HEX triplet: 77, 35 and 2C. RGB value is (119,53,44). Sum of RGB (Red+Green+Blue) = 119+53+44=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77352C is #88CAD3. Grayscale: #474747. Windows color (decimal): -8964820 or 2897271. OLE color: 2897271.

HSL color Cylindrical-coordinate representation of color #77352C: hue angle of 7.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77352C is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1195344-
CMYK00.550.630.53
HSL7.2º46.01%31.96%-
HSV(B)7.2º63.03%46.67%-
XYZ9.346.653.17-
YUV71.71112.37161.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=55.09%
G=24.54%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119534400.550.630.537.246.0131.96
Hex77352C0373F3572e20
Octal1676554067776575640
Binary11101111101011011000110111111111110101111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,53,44); }

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

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

 a { background-color: rgb(119,53,44); }

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

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

 span { border-color: rgb(119,53,44); }

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