Html Css Color HEX #726470 Salt Box

📋 copy color: '#726470'

red 114 ◦ green 100 ◦ blue 112

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

Shades of Salt Box #726470

Tints of Salt Box #726470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

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

R = 34.97%
G = 30.67%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#726470 (or 0x726470) is known color: Salt Box. HEX triplet: 72, 64 and 70. RGB value is (114,100,112). Sum of RGB (Red+Green+Blue) = 114+100+112=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #726470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726470 is #8D9B8F. Grayscale: #696969. Windows color (decimal): -9280400 or 7365746. OLE color: 7365746.

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

Color convert

RGB 114 100 112 -
CMYK 0 0.12 0.02 0.55
HSL 308.57º 0.07% 0.42% -
HSV(B) 308.57º 0.12% 0.45% -
XYZ 14.42 13.86 17.24 -
YUV 105.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 114 100 112 0 0.12 0.02 0.55 308.57 0.07 0.42
Hex 72 64 70 0 C 2 37 135 7 2A
Octal 162 144 160 0 14 2 67 465 7 52
Binary 1110010 1100100 1110000 0 1100 10 110111 100110101 111 101010

Color Harmonies of #726470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726470

Black with #726470

Text Example


Text Example

White with #726470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726470; }

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

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

background-color css

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

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

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

border-color css

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

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

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