Html Css Color HEX #72596C Salt Box

📋 copy color: '#72596C'

red 114 ◦ green 89 ◦ blue 108

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

Shades of Salt Box #72596C

Tints of Salt Box #72596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 36.66%
G = 28.62%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72596C (or 0x72596C) is known color: Salt Box. HEX triplet: 72, 59 and 6C. RGB value is (114,89,108). Sum of RGB (Red+Green+Blue) = 114+89+108=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #72596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72596C is #8DA693. Grayscale: #626262. Windows color (decimal): -9283220 or 7100786. OLE color: 7100786.

HSL color Cylindrical-coordinate representation of color #72596C: hue angle of 314.4º 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 #72596C is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 89 108 -
CMYK 0 0.22 0.05 0.55
HSL 314.4º 0.12% 0.4% -
HSV(B) 314.4º 0.22% 0.45% -
XYZ 13.22 11.8 15.77 -
YUV 98.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 114 89 108 0 0.22 0.05 0.55 314.4 0.12 0.4
Hex 72 59 6C 0 16 5 37 13A C 28
Octal 162 131 154 0 26 5 67 472 14 50
Binary 1110010 1011001 1101100 0 10110 101 110111 100111010 1100 101000

Color Harmonies of #72596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72596C

Black with #72596C

Text Example


Text Example

White with #72596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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