#77362B

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

Shades of Mocha #77362B

Tints of Mocha #77362B

Color information

#77362B (or 0x77362B) is unknown color: approx Mocha. HEX triplet: 77, 36 and 2B. RGB value is (119,54,43). Sum of RGB (Red+Green+Blue) = 119+54+43=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77362B is #88C9D4. Grayscale: #484848. Windows color (decimal): -8964565 or 2831991. OLE color: 2831991.

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

Color convert

RGB1195443-
CMYK00.550.640.53
HSL8.68º46.91%31.76%-
HSV(B)8.68º63.87%46.67%-
XYZ9.366.733.09-
YUV72.18111.53161.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=55.09%
G=25%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119544300.550.640.538.6846.9131.76
Hex77362B037403592f20
Octal167665306710065115740
Binary1110111110110101011011011110000001101011001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77362B; }

 p { color: rgb(119,54,43); }

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

<style>
 a { background-color: #77362B; }

 a { background-color: rgb(119,54,43); }

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

<style>
 span { border-color: #77362B; }

 span { border-color: rgb(119,54,43); }

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