#726970

Color #726970 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #726970

Tints of Salt Box #726970

Color information

#726970 (or 0x726970) is unknown color: approx Salt Box. HEX triplet: 72, 69 and 70. RGB value is (114,105,112). Sum of RGB (Red+Green+Blue) = 114+105+112=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 114 - color contains mainly: red. Hex color #726970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726970 is #8D968F. Grayscale: #6C6C6C. Windows color (decimal): -9279120 or 7367026. OLE color: 7367026.

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

Color convert

RGB114105112-
CMYK00.080.020.55
HSL313.33º4.11%42.94%-
HSV(B)313.33º7.89%44.71%-
XYZ14.9214.8517.41-
YUV108.49129.98131.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=34.44%
G=31.72%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410511200.080.020.55313.334.1142.94
Hex7269700823713942b
Octal162151160010267471453
Binary1110010110100111100000100010110111100111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726970; }

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

 H1.HeaderClassName
 {
   color: #726970;
 }
 .AnyTagClassName
 {
   color: #726970;
 }
</style>
background-color css

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

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

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

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

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

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