Html Css Color HEX #725070 Salt Box

📋 copy color: '#725070'

red 114 ◦ green 80 ◦ blue 112

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

Shades of Salt Box #725070

Tints of Salt Box #725070

RGB

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

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

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

R = 37.25%
G = 26.14%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#725070 (or 0x725070) is known color: Salt Box. HEX triplet: 72, 50 and 70. RGB value is (114,80,112). Sum of RGB (Red+Green+Blue) = 114+80+112=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #725070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725070 is #8DAF8F. Grayscale: #5D5D5D. Windows color (decimal): -9285520 or 7360626. OLE color: 7360626.

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

Color convert

RGB 114 80 112 -
CMYK 0 0.30 0.02 0.55
HSL 303.53º 0.18% 0.38% -
HSV(B) 303.53º 0.3% 0.45% -
XYZ 12.73 10.48 16.68 -
YUV 93.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 114 80 112 0 0.30 0.02 0.55 303.53 0.18 0.38
Hex 72 50 70 0 1E 2 37 130 12 26
Octal 162 120 160 0 36 2 67 460 22 46
Binary 1110010 1010000 1110000 0 11110 10 110111 100110000 10010 100110

Color Harmonies of #725070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725070

Black with #725070

Text Example


Text Example

White with #725070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725070; }

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

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

background-color css

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

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

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

border-color css

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

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

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