Html Css Color HEX #72342A Mocha

📋 copy color: '#72342A'

red 114 ◦ green 52 ◦ blue 42

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

Shades of Mocha #72342A

Tints of Mocha #72342A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25%

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

R = 54.81%
G = 25%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#72342A (or 0x72342A) is known color: Mocha. HEX triplet: 72, 34 and 2A. RGB value is (114,52,42). Sum of RGB (Red+Green+Blue) = 114+52+42=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72342A is #8DCBD5. Grayscale: #454545. Windows color (decimal): -9292758 or 2765938. OLE color: 2765938.

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

Color convert

RGB 114 52 42 -
CMYK 0 0.54 0.63 0.55
HSL 8.33º 0.46% 0.31% -
HSV(B) 8.33º 0.63% 0.45% -
XYZ 8.59 6.2 2.93 -
YUV 69.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 114 52 42 0 0.54 0.63 0.55 8.33 0.46 0.31
Hex 72 34 2A 0 36 3F 37 8 2E 1F
Octal 162 64 52 0 66 77 67 10 56 37
Binary 1110010 110100 101010 0 110110 111111 110111 1000 101110 11111

Color Harmonies of #72342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72342A

Black with #72342A

Text Example


Text Example

White with #72342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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