Html Css Color HEX #76372C Mocha

📋 copy color: '#76372C'

red 118 ◦ green 55 ◦ blue 44

#76372C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mocha #76372C

Tints of Mocha #76372C

RGB

 RED value IS 118 (46.48% from 255) = 54.38%

 GREEN value IS 55 (21.88% from 255) = 25.35%

 BLUE value IS 44 (17.58% from 255) = 20.28%

R = 54.38%
G = 25.35%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76372C (or 0x76372C) is known color: Mocha. HEX triplet: 76, 37 and 2C. RGB value is (118,55,44). Sum of RGB (Red+Green+Blue) = 118+55+44=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76372C is #89C8D3. Grayscale: #484848. Windows color (decimal): -9029844 or 2897782. OLE color: 2897782.

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

Color convert

RGB 118 55 44 -
CMYK 0 0.53 0.63 0.54
HSL 8.92º 0.46% 0.32% -
HSV(B) 8.92º 0.63% 0.46% -
XYZ 9.29 6.77 3.2 -
YUV 72.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 118 55 44 0 0.53 0.63 0.54 8.92 0.46 0.32
Hex 76 37 2C 0 35 3F 36 9 2E 20
Octal 166 67 54 0 65 77 66 11 56 40
Binary 1110110 110111 101100 0 110101 111111 110110 1001 101110 100000

Color Harmonies of #76372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76372C

Black with #76372C

Text Example


Text Example

White with #76372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76372C; }

 p { color: rgb(118,55,44); }

 H1.HeaderClassName
 {
   color: #76372C;
 }
 .AnyTagClassName
 {
   color: #76372C;
 }
</style>

background-color css

<style>
 a { background-color: #76372C; }

 a { background-color: rgb(118,55,44); }

 div.DivClassName
 {
   background-color: #76372C;
 }
 .BgClassName
 {
   background-color: #76372C;
 }
</style>

border-color css

<style>
 span { border-color: #76372C; }

 span { border-color: rgb(118,55,44); }

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