Html Css Color HEX #725971 Salt Box

📋 copy color: '#725971'

red 114 ◦ green 89 ◦ blue 113

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

Shades of Salt Box #725971

Tints of Salt Box #725971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 36.08%
G = 28.16%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#725971 (or 0x725971) is known color: Salt Box. HEX triplet: 72, 59 and 71. RGB value is (114,89,113). Sum of RGB (Red+Green+Blue) = 114+89+113=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #725971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725971 is #8DA68E. Grayscale: #636363. Windows color (decimal): -9283215 or 7428466. OLE color: 7428466.

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

Color convert

RGB 114 89 113 -
CMYK 0 0.22 0.01 0.55
HSL 302.4º 0.12% 0.4% -
HSV(B) 302.4º 0.22% 0.45% -
XYZ 13.49 11.91 17.21 -
YUV 99.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 114 89 113 0 0.22 0.01 0.55 302.4 0.12 0.4
Hex 72 59 71 0 16 1 37 12E C 28
Octal 162 131 161 0 26 1 67 456 14 50
Binary 1110010 1011001 1110001 0 10110 1 110111 100101110 1100 101000

Color Harmonies of #725971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725971

Black with #725971

Text Example


Text Example

White with #725971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725971; }

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

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

background-color css

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

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

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

border-color css

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

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

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