#77362D

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

Shades of Mocha #77362D

Tints of Mocha #77362D

Color information

#77362D (or 0x77362D) is unknown color: approx Mocha. HEX triplet: 77, 36 and 2D. RGB value is (119,54,45). Sum of RGB (Red+Green+Blue) = 119+54+45=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77362D is #88C9D2. Grayscale: #484848. Windows color (decimal): -8964563 or 2963063. OLE color: 2963063.

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

Color convert

RGB1195445-
CMYK00.550.620.53
HSL7.3º45.12%32.16%-
HSV(B)7.3º62.18%46.67%-
XYZ9.46.753.29-
YUV72.41112.53161.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 45 (17.97% from 255) = 20.64%
R=54.59%
G=24.77%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119544500.550.620.537.345.1232.16
Hex77362D0373E3572d20
Octal1676655067766575540
Binary11101111101101011010110111111110110101111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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