Html Css Color HEX #72332A Mocha

📋 copy color: '#72332A'

red 114 ◦ green 51 ◦ blue 42

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

Shades of Mocha #72332A

Tints of Mocha #72332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

 BLUE value IS 42 (16.8% from 255) = 20.29%

R = 55.07%
G = 24.64%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#72332A (or 0x72332A) is known color: Mocha. HEX triplet: 72, 33 and 2A. RGB value is (114,51,42). Sum of RGB (Red+Green+Blue) = 114+51+42=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #72332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72332A is #8DCCD5. Grayscale: #444444. Windows color (decimal): -9293014 or 2765682. OLE color: 2765682.

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

Color convert

RGB 114 51 42 -
CMYK 0 0.55 0.63 0.55
HSL 7.5º 0.46% 0.31% -
HSV(B) 7.5º 0.63% 0.45% -
XYZ 8.54 6.11 2.92 -
YUV 68.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 114 51 42 0 0.55 0.63 0.55 7.5 0.46 0.31
Hex 72 33 2A 0 37 3F 37 8 2E 1F
Octal 162 63 52 0 67 77 67 10 56 37
Binary 1110010 110011 101010 0 110111 111111 110111 1000 101110 11111

Color Harmonies of #72332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72332A

Black with #72332A

Text Example


Text Example

White with #72332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,51,42); }

 H1.HeaderClassName
 {
   color: #72332A;
 }
 .AnyTagClassName
 {
   color: #72332A;
 }
</style>

background-color css

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

 a { background-color: rgb(114,51,42); }

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

border-color css

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

 span { border-color: rgb(114,51,42); }

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