Html Css Color HEX #726070 Salt Box

📋 copy color: '#726070'

red 114 ◦ green 96 ◦ blue 112

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

Shades of Salt Box #726070

Tints of Salt Box #726070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.81%

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

R = 35.4%
G = 29.81%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#726070 (or 0x726070) is known color: Salt Box. HEX triplet: 72, 60 and 70. RGB value is (114,96,112). Sum of RGB (Red+Green+Blue) = 114+96+112=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #726070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726070 is #8D9F8F. Grayscale: #676767. Windows color (decimal): -9281424 or 7364722. OLE color: 7364722.

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

Color convert

RGB 114 96 112 -
CMYK 0 0.16 0.02 0.55
HSL 306.67º 0.09% 0.41% -
HSV(B) 306.67º 0.16% 0.45% -
XYZ 14.05 13.11 17.12 -
YUV 103.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 114 96 112 0 0.16 0.02 0.55 306.67 0.09 0.41
Hex 72 60 70 0 10 2 37 133 9 29
Octal 162 140 160 0 20 2 67 463 11 51
Binary 1110010 1100000 1110000 0 10000 10 110111 100110011 1001 101001

Color Harmonies of #726070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726070

Black with #726070

Text Example


Text Example

White with #726070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726070; }

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

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

background-color css

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

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

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

border-color css

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

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

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