Html Css Color HEX #725671 Salt Box

📋 copy color: '#725671'

red 114 ◦ green 86 ◦ blue 113

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

Shades of Salt Box #725671

Tints of Salt Box #725671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.48%

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

R = 36.42%
G = 27.48%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#725671 (or 0x725671) is known color: Salt Box. HEX triplet: 72, 56 and 71. RGB value is (114,86,113). Sum of RGB (Red+Green+Blue) = 114+86+113=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #725671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725671 is #8DA98E. Grayscale: #616161. Windows color (decimal): -9283983 or 7427698. OLE color: 7427698.

HSL color Cylindrical-coordinate representation of color #725671: hue angle of 302.14º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #725671 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 86 113 -
CMYK 0 0.25 0.01 0.55
HSL 302.14º 0.14% 0.39% -
HSV(B) 302.14º 0.25% 0.45% -
XYZ 13.25 11.43 17.13 -
YUV 97.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 114 86 113 0 0.25 0.01 0.55 302.14 0.14 0.39
Hex 72 56 71 0 19 1 37 12E E 27
Octal 162 126 161 0 31 1 67 456 16 47
Binary 1110010 1010110 1110001 0 11001 1 110111 100101110 1110 100111

Color Harmonies of #725671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725671

Black with #725671

Text Example


Text Example

White with #725671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725671; }

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

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

background-color css

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

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

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

border-color css

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

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

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