#76362A

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

Shades of Mocha #76362A

Tints of Mocha #76362A

Color information

#76362A (or 0x76362A) is unknown color: approx Mocha. HEX triplet: 76, 36 and 2A. RGB value is (118,54,42). Sum of RGB (Red+Green+Blue) = 118+54+42=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76362A is #89C9D5. Grayscale: #474747. Windows color (decimal): -9030102 or 2766454. OLE color: 2766454.

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

Color convert

RGB1185442-
CMYK00.540.640.54
HSL9.47º47.5%31.37%-
HSV(B)9.47º64.41%46.27%-
XYZ9.216.662.99-
YUV71.77111.2160.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.14%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=55.14%
G=25.23%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118544200.540.640.549.4747.531.37
Hex76362A03640369301f
Octal166665206610066116037
Binary111011011011010101001101101000000110110100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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