#77362A

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

Shades of Mocha #77362A

Tints of Mocha #77362A

Color information

#77362A (or 0x77362A) is unknown color: approx Mocha. HEX triplet: 77, 36 and 2A. RGB value is (119,54,42). Sum of RGB (Red+Green+Blue) = 119+54+42=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77362A is #88C9D5. Grayscale: #484848. Windows color (decimal): -8964566 or 2766455. OLE color: 2766455.

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

Color convert

RGB1195442-
CMYK00.550.650.53
HSL9.35º47.83%31.57%-
HSV(B)9.35º64.71%46.67%-
XYZ9.346.733-
YUV72.07111.03161.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.35%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=55.35%
G=25.12%
B=19.53%

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
Decimal119544200.550.650.539.3547.8331.57
Hex77362A037413593020
Octal167665206710165116040
Binary1110111110110101010011011110000011101011001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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