#76362E

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

Shades of Mocha #76362E

Tints of Mocha #76362E

Color information

#76362E (or 0x76362E) is unknown color: approx Mocha. HEX triplet: 76, 36 and 2E. RGB value is (118,54,46). Sum of RGB (Red+Green+Blue) = 118+54+46=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76362E is #89C9D1. Grayscale: #484848. Windows color (decimal): -9030098 or 3028598. OLE color: 3028598.

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

Color convert

RGB1185446-
CMYK00.540.610.54
HSL6.67º43.9%32.16%-
HSV(B)6.67º61.02%46.27%-
XYZ9.286.693.39-
YUV72.22113.2160.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 46 (18.36% from 255) = 21.10%
R=54.13%
G=24.77%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118544600.540.610.546.6743.932.16
Hex76362E0363D3672c20
Octal1666656066756675440
Binary11101101101101011100110110111101110110111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76362E; }

 p { color: rgb(118,54,46); }

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

<style>
 a { background-color: #76362E; }

 a { background-color: rgb(118,54,46); }

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

<style>
 span { border-color: #76362E; }

 span { border-color: rgb(118,54,46); }

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