#76392C

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

Shades of Mocha #76392C

Tints of Mocha #76392C

Color information

#76392C (or 0x76392C) is unknown color: approx Mocha. HEX triplet: 76, 39 and 2C. RGB value is (118,57,44). Sum of RGB (Red+Green+Blue) = 118+57+44=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76392C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76392C is #89C6D3. Grayscale: #494949. Windows color (decimal): -9029332 or 2898294. OLE color: 2898294.

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

Color convert

RGB1185744-
CMYK00.520.630.54
HSL10.54º45.68%31.76%-
HSV(B)10.54º62.71%46.27%-
XYZ9.396.963.23-
YUV73.76111.21159.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=53.88%
G=26.03%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118574400.520.630.5410.5445.6831.76
Hex76392C0343F36b2e20
Octal16671540647766135640
Binary111011011100110110001101001111111101101011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76392C; }

 p { color: rgb(118,57,44); }

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

<style>
 a { background-color: #76392C; }

 a { background-color: rgb(118,57,44); }

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

<style>
 span { border-color: #76392C; }

 span { border-color: rgb(118,57,44); }

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