#76382A

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

Shades of Mocha #76382A

Tints of Mocha #76382A

Color information

#76382A (or 0x76382A) is unknown color: approx Mocha. HEX triplet: 76, 38 and 2A. RGB value is (118,56,42). Sum of RGB (Red+Green+Blue) = 118+56+42=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76382A is #89C7D5. Grayscale: #494949. Windows color (decimal): -9029590 or 2766966. OLE color: 2766966.

HSL color Cylindrical-coordinate representation of color #76382A: hue angle of 11.05º 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 #76382A is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1185642-
CMYK00.530.640.54
HSL11.05º47.5%31.37%-
HSV(B)11.05º64.41%46.27%-
XYZ9.36.853.02-
YUV72.94110.54160.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.63%
GREEN value IS 56 (22.27% from 255) = 25.93%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=54.63%
G=25.93%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118564200.530.640.5411.0547.531.37
Hex76382A0354036b301f
Octal166705206510066136037
Binary111011011100010101001101011000000110110101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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