#76362D

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

Shades of Mocha #76362D

Tints of Mocha #76362D

Color information

#76362D (or 0x76362D) is unknown color: approx Mocha. HEX triplet: 76, 36 and 2D. RGB value is (118,54,45). Sum of RGB (Red+Green+Blue) = 118+54+45=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76362D is #89C9D2. Grayscale: #484848. Windows color (decimal): -9030099 or 2963062. OLE color: 2963062.

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

Color convert

RGB1185445-
CMYK00.540.620.54
HSL7.4º44.79%31.96%-
HSV(B)7.4º61.86%46.27%-
XYZ9.266.683.28-
YUV72.11112.7160.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=54.38%
G=24.88%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118544500.540.620.547.444.7931.96
Hex76362D0363E3672d20
Octal1666655066766675540
Binary11101101101101011010110110111110110110111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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