#77342A

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

Shades of Mocha #77342A

Tints of Mocha #77342A

Color information

#77342A (or 0x77342A) is unknown color: approx Mocha. HEX triplet: 77, 34 and 2A. RGB value is (119,52,42). Sum of RGB (Red+Green+Blue) = 119+52+42=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77342A is #88CBD5. Grayscale: #474747. Windows color (decimal): -8965078 or 2765943. OLE color: 2765943.

HSL color Cylindrical-coordinate representation of color #77342A: hue angle of 7.79º 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 #77342A is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1195242-
CMYK00.560.650.53
HSL7.79º47.83%31.57%-
HSV(B)7.79º64.71%46.67%-
XYZ9.256.552.97-
YUV70.89111.7162.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.87%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=55.87%
G=24.41%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119524200.560.650.537.7947.8331.57
Hex77342A038413583020
Octal167645207010165106040
Binary1110111110100101010011100010000011101011000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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