#76392B

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

Shades of Mocha #76392B

Tints of Mocha #76392B

Color information

#76392B (or 0x76392B) is unknown color: approx Mocha. HEX triplet: 76, 39 and 2B. RGB value is (118,57,43). Sum of RGB (Red+Green+Blue) = 118+57+43=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76392B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76392B is #89C6D4. Grayscale: #494949. Windows color (decimal): -9029333 or 2832758. OLE color: 2832758.

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

Color convert

RGB1185743-
CMYK00.520.640.54
HSL11.2º46.58%31.57%-
HSV(B)11.2º63.56%46.27%-
XYZ9.376.953.13-
YUV73.64110.71159.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 43 (17.19% from 255) = 19.72%
R=54.13%
G=26.15%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118574300.520.640.5411.246.5831.57
Hex76392B0344036b2f20
Octal166715306410066135740
Binary1110110111001101011011010010000001101101011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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