#77372A

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

Shades of Mocha #77372A

Tints of Mocha #77372A

Color information

#77372A (or 0x77372A) is unknown color: approx Mocha. HEX triplet: 77, 37 and 2A. RGB value is (119,55,42). Sum of RGB (Red+Green+Blue) = 119+55+42=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77372A is #88C8D5. Grayscale: #484848. Windows color (decimal): -8964310 or 2766711. OLE color: 2766711.

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

Color convert

RGB1195542-
CMYK00.540.650.53
HSL10.13º47.83%31.57%-
HSV(B)10.13º64.71%46.67%-
XYZ9.396.823.01-
YUV72.65110.7161.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=55.09%
G=25.46%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119554200.540.650.5310.1347.8331.57
Hex77372A0364135a3020
Octal167675206610165126040
Binary1110111110111101010011011010000011101011010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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