Html Css Color HEX #726170 Salt Box

📋 copy color: '#726170'

red 114 ◦ green 97 ◦ blue 112

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

Shades of Salt Box #726170

Tints of Salt Box #726170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.03%

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

R = 35.29%
G = 30.03%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#726170 (or 0x726170) is known color: Salt Box. HEX triplet: 72, 61 and 70. RGB value is (114,97,112). Sum of RGB (Red+Green+Blue) = 114+97+112=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #726170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726170 is #8D9E8F. Grayscale: #676767. Windows color (decimal): -9281168 or 7364978. OLE color: 7364978.

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

Color convert

RGB 114 97 112 -
CMYK 0 0.15 0.02 0.55
HSL 307.06º 0.08% 0.41% -
HSV(B) 307.06º 0.15% 0.45% -
XYZ 14.14 13.3 17.15 -
YUV 103.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 114 97 112 0 0.15 0.02 0.55 307.06 0.08 0.41
Hex 72 61 70 0 F 2 37 133 8 29
Octal 162 141 160 0 17 2 67 463 10 51
Binary 1110010 1100001 1110000 0 1111 10 110111 100110011 1000 101001

Color Harmonies of #726170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726170

Black with #726170

Text Example


Text Example

White with #726170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726170; }

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

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

background-color css

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

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

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

border-color css

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

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

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