Html Css Color HEX #725771 Salt Box

📋 copy color: '#725771'

red 114 ◦ green 87 ◦ blue 113

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

Shades of Salt Box #725771

Tints of Salt Box #725771

RGB

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

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

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

R = 36.31%
G = 27.71%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#725771 (or 0x725771) is known color: Salt Box. HEX triplet: 72, 57 and 71. RGB value is (114,87,113). Sum of RGB (Red+Green+Blue) = 114+87+113=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #725771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725771 is #8DA88E. Grayscale: #616161. Windows color (decimal): -9283727 or 7427954. OLE color: 7427954.

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

Color convert

RGB 114 87 113 -
CMYK 0 0.24 0.01 0.55
HSL 302.22º 0.13% 0.39% -
HSV(B) 302.22º 0.24% 0.45% -
XYZ 13.33 11.59 17.16 -
YUV 98.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 114 87 113 0 0.24 0.01 0.55 302.22 0.13 0.39
Hex 72 57 71 0 18 1 37 12E D 27
Octal 162 127 161 0 30 1 67 456 15 47
Binary 1110010 1010111 1110001 0 11000 1 110111 100101110 1101 100111

Color Harmonies of #725771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725771

Black with #725771

Text Example


Text Example

White with #725771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725771; }

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

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

background-color css

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

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

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

border-color css

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

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

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