#726670

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

Shades of Salt Box #726670

Tints of Salt Box #726670

Color information

#726670 (or 0x726670) is unknown color: approx Salt Box. HEX triplet: 72, 66 and 70. RGB value is (114,102,112). Sum of RGB (Red+Green+Blue) = 114+102+112=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 114 - color contains mainly: red. Hex color #726670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726670 is #8D998F. Grayscale: #6A6A6A. Windows color (decimal): -9279888 or 7366258. OLE color: 7366258.

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

Color convert

RGB114102112-
CMYK00.110.020.55
HSL310º5.56%42.35%-
HSV(B)310º10.53%44.71%-
XYZ14.6214.2517.31-
YUV106.73130.98133.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=34.76%
G=31.10%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410211200.110.020.553105.5642.35
Hex7266700B23713662a
Octal162146160013267466652
Binary1110010110011011100000101110110111100110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726670; }

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

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

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

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

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

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

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

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