#76332A

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

Shades of Mocha #76332A

Tints of Mocha #76332A

Color information

#76332A (or 0x76332A) is unknown color: approx Mocha. HEX triplet: 76, 33 and 2A. RGB value is (118,51,42). Sum of RGB (Red+Green+Blue) = 118+51+42=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #76332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76332A is #89CCD5. Grayscale: #464646. Windows color (decimal): -9030870 or 2765686. OLE color: 2765686.

HSL color Cylindrical-coordinate representation of color #76332A: hue angle of 7.11º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76332A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1185142-
CMYK00.570.640.54
HSL7.11º47.5%31.37%-
HSV(B)7.11º64.41%46.27%-
XYZ9.076.392.94-
YUV70.01112.2162.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.92%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=55.92%
G=24.17%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118514200.570.640.547.1147.531.37
Hex76332A03940367301f
Octal16663520711006676037
Binary11101101100111010100111001100000011011011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,51,42); }

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

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

 a { background-color: rgb(118,51,42); }

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

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

 span { border-color: rgb(118,51,42); }

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