#72656F

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

Shades of Salt Box #72656F

Tints of Salt Box #72656F

Color information

#72656F (or 0x72656F) is unknown color: approx Salt Box. HEX triplet: 72, 65 and 6F. RGB value is (114,101,111). Sum of RGB (Red+Green+Blue) = 114+101+111=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #72656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72656F is #8D9A90. Grayscale: #6A6A6A. Windows color (decimal): -9280145 or 7300466. OLE color: 7300466.

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

Color convert

RGB114101111-
CMYK00.110.030.55
HSL313.85º6.05%42.16%-
HSV(B)313.85º11.4%44.71%-
XYZ14.4614.0316.99-
YUV106.03130.81133.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=34.97%
G=30.98%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410111100.110.030.55313.856.0542.16
Hex72656F0B33713a62a
Octal162145157013367472652
Binary1110010110010111011110101111110111100111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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