Html Css Color HEX #72566D Salt Box

📋 copy color: '#72566D'

red 114 ◦ green 86 ◦ blue 109

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

Shades of Salt Box #72566D

Tints of Salt Box #72566D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

 BLUE value IS 109 (42.97% from 255) = 35.28%

R = 36.89%
G = 27.83%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72566D (or 0x72566D) is known color: Salt Box. HEX triplet: 72, 56 and 6D. RGB value is (114,86,109). Sum of RGB (Red+Green+Blue) = 114+86+109=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #72566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72566D is #8DA992. Grayscale: #606060. Windows color (decimal): -9283987 or 7165554. OLE color: 7165554.

HSL color Cylindrical-coordinate representation of color #72566D: hue angle of 310.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72566D is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 86 109 -
CMYK 0 0.25 0.04 0.55
HSL 310.71º 0.14% 0.39% -
HSV(B) 310.71º 0.25% 0.45% -
XYZ 13.03 11.34 15.97 -
YUV 96.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 114 86 109 0 0.25 0.04 0.55 310.71 0.14 0.39
Hex 72 56 6D 0 19 4 37 137 E 27
Octal 162 126 155 0 31 4 67 467 16 47
Binary 1110010 1010110 1101101 0 11001 100 110111 100110111 1110 100111

Color Harmonies of #72566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72566D

Black with #72566D

Text Example


Text Example

White with #72566D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72566D; }

 p { color: rgb(114,86,109); }

 H1.HeaderClassName
 {
   color: #72566D;
 }
 .AnyTagClassName
 {
   color: #72566D;
 }
</style>

background-color css

<style>
 a { background-color: #72566D; }

 a { background-color: rgb(114,86,109); }

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

border-color css

<style>
 span { border-color: #72566D; }

 span { border-color: rgb(114,86,109); }

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