Html Css Color HEX #725371 Salt Box

📋 copy color: '#725371'

red 114 ◦ green 83 ◦ blue 113

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

Shades of Salt Box #725371

Tints of Salt Box #725371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

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

R = 36.77%
G = 26.77%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#725371 (or 0x725371) is known color: Salt Box. HEX triplet: 72, 53 and 71. RGB value is (114,83,113). Sum of RGB (Red+Green+Blue) = 114+83+113=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #725371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725371 is #8DAC8E. Grayscale: #5F5F5F. Windows color (decimal): -9284751 or 7426930. OLE color: 7426930.

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

Color convert

RGB 114 83 113 -
CMYK 0 0.27 0.01 0.55
HSL 301.94º 0.16% 0.39% -
HSV(B) 301.94º 0.27% 0.45% -
XYZ 13.01 10.96 17.05 -
YUV 95.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 114 83 113 0 0.27 0.01 0.55 301.94 0.16 0.39
Hex 72 53 71 0 1B 1 37 12E 10 27
Octal 162 123 161 0 33 1 67 456 20 47
Binary 1110010 1010011 1110001 0 11011 1 110111 100101110 10000 100111

Color Harmonies of #725371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725371

Black with #725371

Text Example


Text Example

White with #725371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725371; }

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

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

background-color css

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

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

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

border-color css

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

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

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