Html Css Color HEX #725470 Salt Box

📋 copy color: '#725470'

red 114 ◦ green 84 ◦ blue 112

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

Shades of Salt Box #725470

Tints of Salt Box #725470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 36.77%
G = 27.1%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#725470 (or 0x725470) is known color: Salt Box. HEX triplet: 72, 54 and 70. RGB value is (114,84,112). Sum of RGB (Red+Green+Blue) = 114+84+112=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #725470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725470 is #8DAB8F. Grayscale: #606060. Windows color (decimal): -9284496 or 7361650. OLE color: 7361650.

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

Color convert

RGB 114 84 112 -
CMYK 0 0.26 0.02 0.55
HSL 304º 0.15% 0.39% -
HSV(B) 304º 0.26% 0.45% -
XYZ 13.03 11.09 16.78 -
YUV 96.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 114 84 112 0 0.26 0.02 0.55 304 0.15 0.39
Hex 72 54 70 0 1A 2 37 130 F 27
Octal 162 124 160 0 32 2 67 460 17 47
Binary 1110010 1010100 1110000 0 11010 10 110111 100110000 1111 100111

Color Harmonies of #725470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725470

Black with #725470

Text Example


Text Example

White with #725470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725470; }

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

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

background-color css

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

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

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

border-color css

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

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

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