Html Css Color HEX #72596D Salt Box

📋 copy color: '#72596D'

red 114 ◦ green 89 ◦ blue 109

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

Shades of Salt Box #72596D

Tints of Salt Box #72596D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.53%

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

R = 36.54%
G = 28.53%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72596D (or 0x72596D) is known color: Salt Box. HEX triplet: 72, 59 and 6D. RGB value is (114,89,109). Sum of RGB (Red+Green+Blue) = 114+89+109=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #72596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72596D is #8DA692. Grayscale: #626262. Windows color (decimal): -9283219 or 7166322. OLE color: 7166322.

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

Color convert

RGB 114 89 109 -
CMYK 0 0.22 0.04 0.55
HSL 312º 0.12% 0.4% -
HSV(B) 312º 0.22% 0.45% -
XYZ 13.27 11.83 16.05 -
YUV 98.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 114 89 109 0 0.22 0.04 0.55 312 0.12 0.4
Hex 72 59 6D 0 16 4 37 138 C 28
Octal 162 131 155 0 26 4 67 470 14 50
Binary 1110010 1011001 1101101 0 10110 100 110111 100111000 1100 101000

Color Harmonies of #72596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72596D

Black with #72596D

Text Example


Text Example

White with #72596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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