Html Css Color HEX #725071 Salt Box

📋 copy color: '#725071'

red 114 ◦ green 80 ◦ blue 113

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

Shades of Salt Box #725071

Tints of Salt Box #725071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

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

R = 37.13%
G = 26.06%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#725071 (or 0x725071) is known color: Salt Box. HEX triplet: 72, 50 and 71. RGB value is (114,80,113). Sum of RGB (Red+Green+Blue) = 114+80+113=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #725071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725071 is #8DAF8E. Grayscale: #5D5D5D. Windows color (decimal): -9285519 or 7426162. OLE color: 7426162.

HSL color Cylindrical-coordinate representation of color #725071: hue angle of 301.76º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725071 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 80 113 -
CMYK 0 0.30 0.01 0.55
HSL 301.76º 0.18% 0.38% -
HSV(B) 301.76º 0.3% 0.45% -
XYZ 12.79 10.51 16.98 -
YUV 93.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 114 80 113 0 0.30 0.01 0.55 301.76 0.18 0.38
Hex 72 50 71 0 1E 1 37 12E 12 26
Octal 162 120 161 0 36 1 67 456 22 46
Binary 1110010 1010000 1110001 0 11110 1 110111 100101110 10010 100110

Color Harmonies of #725071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725071

Black with #725071

Text Example


Text Example

White with #725071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725071; }

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

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

background-color css

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

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

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

border-color css

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

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

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