Html Css Color HEX #72372B Mocha

📋 copy color: '#72372B'

red 114 ◦ green 55 ◦ blue 43

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

Shades of Mocha #72372B

Tints of Mocha #72372B

RGB

 RED value IS 114 (44.92% from 255) = 53.77%

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

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

R = 53.77%
G = 25.94%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#72372B (or 0x72372B) is known color: Mocha. HEX triplet: 72, 37 and 2B. RGB value is (114,55,43). Sum of RGB (Red+Green+Blue) = 114+55+43=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72372B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72372B is #8DC8D4. Grayscale: #474747. Windows color (decimal): -9291989 or 2832242. OLE color: 2832242.

HSL color Cylindrical-coordinate representation of color #72372B: hue angle of 10.14º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72372B is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 55 43 -
CMYK 0 0.52 0.62 0.55
HSL 10.14º 0.45% 0.31% -
HSV(B) 10.14º 0.62% 0.45% -
XYZ 8.74 6.48 3.08 -
YUV 71.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 114 55 43 0 0.52 0.62 0.55 10.14 0.45 0.31
Hex 72 37 2B 0 34 3E 37 A 2D 1F
Octal 162 67 53 0 64 76 67 12 55 37
Binary 1110010 110111 101011 0 110100 111110 110111 1010 101101 11111

Color Harmonies of #72372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72372B

Black with #72372B

Text Example


Text Example

White with #72372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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