Html Css Color HEX #725970 Salt Box

📋 copy color: '#725970'

red 114 ◦ green 89 ◦ blue 112

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

Shades of Salt Box #725970

Tints of Salt Box #725970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.25%

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 36.19%
G = 28.25%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#725970 (or 0x725970) is known color: Salt Box. HEX triplet: 72, 59 and 70. RGB value is (114,89,112). Sum of RGB (Red+Green+Blue) = 114+89+112=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #725970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725970 is #8DA68F. Grayscale: #636363. Windows color (decimal): -9283216 or 7362930. OLE color: 7362930.

HSL color Cylindrical-coordinate representation of color #725970: hue angle of 304.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #725970 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 89 112 -
CMYK 0 0.22 0.02 0.55
HSL 304.8º 0.12% 0.4% -
HSV(B) 304.8º 0.22% 0.45% -
XYZ 13.44 11.89 16.92 -
YUV 99.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 114 89 112 0 0.22 0.02 0.55 304.8 0.12 0.4
Hex 72 59 70 0 16 2 37 131 C 28
Octal 162 131 160 0 26 2 67 461 14 50
Binary 1110010 1011001 1110000 0 10110 10 110111 100110001 1100 101000

Color Harmonies of #725970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725970

Black with #725970

Text Example


Text Example

White with #725970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725970; }

 p { color: rgb(114,89,112); }

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

background-color css

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

 a { background-color: rgb(114,89,112); }

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

border-color css

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

 span { border-color: rgb(114,89,112); }

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