Html Css Color HEX #76372B Mocha

📋 copy color: '#76372B'

red 118 ◦ green 55 ◦ blue 43

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

Shades of Mocha #76372B

Tints of Mocha #76372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.91%

R = 54.63%
G = 25.46%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76372B (or 0x76372B) is known color: Mocha. HEX triplet: 76, 37 and 2B. RGB value is (118,55,43). Sum of RGB (Red+Green+Blue) = 118+55+43=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76372B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76372B is #89C8D4. Grayscale: #484848. Windows color (decimal): -9029845 or 2832246. OLE color: 2832246.

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

Color convert

RGB 118 55 43 -
CMYK 0 0.53 0.64 0.54
HSL 9.6º 0.47% 0.32% -
HSV(B) 9.6º 0.64% 0.46% -
XYZ 9.27 6.76 3.1 -
YUV 72.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 118 55 43 0 0.53 0.64 0.54 9.6 0.47 0.32
Hex 76 37 2B 0 35 40 36 A 2F 20
Octal 166 67 53 0 65 100 66 12 57 40
Binary 1110110 110111 101011 0 110101 1000000 110110 1010 101111 100000

Color Harmonies of #76372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76372B

Black with #76372B

Text Example


Text Example

White with #76372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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