#72656E

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

Shades of Salt Box #72656E

Tints of Salt Box #72656E

Color information

#72656E (or 0x72656E) is unknown color: approx Salt Box. HEX triplet: 72, 65 and 6E. RGB value is (114,101,110). Sum of RGB (Red+Green+Blue) = 114+101+110=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #72656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72656E is #8D9A91. Grayscale: #696969. Windows color (decimal): -9280146 or 7234930. OLE color: 7234930.

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

Color convert

RGB114101110-
CMYK00.110.040.55
HSL318.46º6.05%42.16%-
HSV(B)318.46º11.4%44.71%-
XYZ14.4114.0116.7-
YUV105.91130.31133.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=35.08%
G=31.08%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410111000.110.040.55318.466.0542.16
Hex72656E0B43713e62a
Octal162145156013467476652
Binary11100101100101110111001011100110111100111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72656E; }

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

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

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

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

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

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

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

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