#77352A

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

Shades of Mocha #77352A

Tints of Mocha #77352A

Color information

#77352A (or 0x77352A) is unknown color: approx Mocha. HEX triplet: 77, 35 and 2A. RGB value is (119,53,42). Sum of RGB (Red+Green+Blue) = 119+53+42=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77352A is #88CAD5. Grayscale: #474747. Windows color (decimal): -8964822 or 2766199. OLE color: 2766199.

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

Color convert

RGB1195342-
CMYK00.550.650.53
HSL8.57º47.83%31.57%-
HSV(B)8.57º64.71%46.67%-
XYZ9.36.642.98-
YUV71.48111.37161.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.61%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=55.61%
G=24.77%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119534200.550.650.538.5747.8331.57
Hex77352A037413593020
Octal167655206710165116040
Binary1110111110101101010011011110000011101011001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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