Html Css Color HEX #725571 Salt Box

📋 copy color: '#725571'

red 114 ◦ green 85 ◦ blue 113

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

Shades of Salt Box #725571

Tints of Salt Box #725571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 36.54%
G = 27.24%
B = 36.22%

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

#725571 (or 0x725571) is known color: Salt Box. HEX triplet: 72, 55 and 71. RGB value is (114,85,113). Sum of RGB (Red+Green+Blue) = 114+85+113=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #725571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725571 is #8DAA8E. Grayscale: #606060. Windows color (decimal): -9284239 or 7427442. OLE color: 7427442.

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

Color convert

RGB 114 85 113 -
CMYK 0 0.25 0.01 0.55
HSL 302.07º 0.15% 0.39% -
HSV(B) 302.07º 0.25% 0.45% -
XYZ 13.17 11.27 17.1 -
YUV 96.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 114 85 113 0 0.25 0.01 0.55 302.07 0.15 0.39
Hex 72 55 71 0 19 1 37 12E F 27
Octal 162 125 161 0 31 1 67 456 17 47
Binary 1110010 1010101 1110001 0 11001 1 110111 100101110 1111 100111

Color Harmonies of #725571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725571

Black with #725571

Text Example


Text Example

White with #725571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725571; }

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

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

background-color css

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

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

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

border-color css

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

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

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