Html Css Color HEX #725570 Salt Box

📋 copy color: '#725570'

red 114 ◦ green 85 ◦ blue 112

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

Shades of Salt Box #725570

Tints of Salt Box #725570

RGB

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

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

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

R = 36.66%
G = 27.33%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#725570 (or 0x725570) is known color: Salt Box. HEX triplet: 72, 55 and 70. RGB value is (114,85,112). Sum of RGB (Red+Green+Blue) = 114+85+112=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #725570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725570 is #8DAA8F. Grayscale: #606060. Windows color (decimal): -9284240 or 7361906. OLE color: 7361906.

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

Color convert

RGB 114 85 112 -
CMYK 0 0.25 0.02 0.55
HSL 304.14º 0.15% 0.39% -
HSV(B) 304.14º 0.25% 0.45% -
XYZ 13.11 11.24 16.81 -
YUV 96.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 114 85 112 0 0.25 0.02 0.55 304.14 0.15 0.39
Hex 72 55 70 0 19 2 37 130 F 27
Octal 162 125 160 0 31 2 67 460 17 47
Binary 1110010 1010101 1110000 0 11001 10 110111 100110000 1111 100111

Color Harmonies of #725570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725570

Black with #725570

Text Example


Text Example

White with #725570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725570; }

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

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

background-color css

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

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

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

border-color css

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

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

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