#726570

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

Shades of Salt Box #726570

Tints of Salt Box #726570

Color information

#726570 (or 0x726570) is unknown color: approx Salt Box. HEX triplet: 72, 65 and 70. RGB value is (114,101,112). Sum of RGB (Red+Green+Blue) = 114+101+112=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 114 - color contains mainly: red. Hex color #726570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726570 is #8D9A8F. Grayscale: #6A6A6A. Windows color (decimal): -9280144 or 7366002. OLE color: 7366002.

HSL color Cylindrical-coordinate representation of color #726570: hue angle of 309.23º 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 #726570 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB114101112-
CMYK00.110.020.55
HSL309.23º6.05%42.16%-
HSV(B)309.23º11.4%44.71%-
XYZ14.5214.0517.28-
YUV106.14131.31133.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=34.86%
G=30.89%
B=34.25%

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
Decimal11410111200.110.020.55309.236.0542.16
Hex7265700B23713562a
Octal162145160013267465652
Binary1110010110010111100000101110110111100110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726570; }

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

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

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

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

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

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

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

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