#76352C

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

Shades of Mocha #76352C

Tints of Mocha #76352C

Color information

#76352C (or 0x76352C) is unknown color: approx Mocha. HEX triplet: 76, 35 and 2C. RGB value is (118,53,44). Sum of RGB (Red+Green+Blue) = 118+53+44=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76352C is #89CAD3. Grayscale: #474747. Windows color (decimal): -9030356 or 2897270. OLE color: 2897270.

HSL color Cylindrical-coordinate representation of color #76352C: hue angle of 7.3º 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 #76352C is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1185344-
CMYK00.550.630.54
HSL7.3º45.68%31.76%-
HSV(B)7.3º62.71%46.27%-
XYZ9.26.583.17-
YUV71.41112.53161.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=54.88%
G=24.65%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118534400.550.630.547.345.6831.76
Hex76352C0373F3672e20
Octal1666554067776675640
Binary11101101101011011000110111111111110110111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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