Html Css Color HEX #725471 Salt Box

📋 copy color: '#725471'

red 114 ◦ green 84 ◦ blue 113

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

Shades of Salt Box #725471

Tints of Salt Box #725471

RGB

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

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

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

R = 36.66%
G = 27.01%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#725471 (or 0x725471) is known color: Salt Box. HEX triplet: 72, 54 and 71. RGB value is (114,84,113). Sum of RGB (Red+Green+Blue) = 114+84+113=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #725471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725471 is #8DAB8E. Grayscale: #606060. Windows color (decimal): -9284495 or 7427186. OLE color: 7427186.

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

Color convert

RGB 114 84 113 -
CMYK 0 0.26 0.01 0.55
HSL 302º 0.15% 0.39% -
HSV(B) 302º 0.26% 0.45% -
XYZ 13.09 11.11 17.08 -
YUV 96.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 114 84 113 0 0.26 0.01 0.55 302 0.15 0.39
Hex 72 54 71 0 1A 1 37 12E F 27
Octal 162 124 161 0 32 1 67 456 17 47
Binary 1110010 1010100 1110001 0 11010 1 110111 100101110 1111 100111

Color Harmonies of #725471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725471

Black with #725471

Text Example


Text Example

White with #725471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725471; }

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

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

background-color css

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

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

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

border-color css

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

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

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