#72626D

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

Shades of Salt Box #72626D

Tints of Salt Box #72626D

Color information

#72626D (or 0x72626D) is unknown color: approx Salt Box. HEX triplet: 72, 62 and 6D. RGB value is (114,98,109). Sum of RGB (Red+Green+Blue) = 114+98+109=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #72626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72626D is #8D9D92. Grayscale: #686868. Windows color (decimal): -9280915 or 7168626. OLE color: 7168626.

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

Color convert

RGB11498109-
CMYK00.140.040.55
HSL318.75º7.55%41.57%-
HSV(B)318.75º14.04%44.71%-
XYZ14.0713.4216.32-
YUV104.04130.8135.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 109 (42.97% from 255) = 33.96%
R=35.51%
G=30.53%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149810900.140.040.55318.757.5541.57
Hex72626D0E43713f82a
Octal1621421550164674771052
Binary111001011000101101101011101001101111001111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72626D; }

 p { color: rgb(114,98,109); }

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

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

 a { background-color: rgb(114,98,109); }

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

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

 span { border-color: rgb(114,98,109); }

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