Html Css Color HEX #72576D Salt Box

📋 copy color: '#72576D'

red 114 ◦ green 87 ◦ blue 109

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

Shades of Salt Box #72576D

Tints of Salt Box #72576D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.06%

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

R = 36.77%
G = 28.06%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72576D (or 0x72576D) is known color: Salt Box. HEX triplet: 72, 57 and 6D. RGB value is (114,87,109). Sum of RGB (Red+Green+Blue) = 114+87+109=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #72576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72576D is #8DA892. Grayscale: #616161. Windows color (decimal): -9283731 or 7165810. OLE color: 7165810.

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

Color convert

RGB 114 87 109 -
CMYK 0 0.24 0.04 0.55
HSL 311.11º 0.13% 0.39% -
HSV(B) 311.11º 0.24% 0.45% -
XYZ 13.11 11.5 16 -
YUV 97.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 114 87 109 0 0.24 0.04 0.55 311.11 0.13 0.39
Hex 72 57 6D 0 18 4 37 137 D 27
Octal 162 127 155 0 30 4 67 467 15 47
Binary 1110010 1010111 1101101 0 11000 100 110111 100110111 1101 100111

Color Harmonies of #72576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72576D

Black with #72576D

Text Example


Text Example

White with #72576D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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