#72506C

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

Shades of Salt Box #72506C

Tints of Salt Box #72506C

Color information

#72506C (or 0x72506C) is unknown color: approx Salt Box. HEX triplet: 72, 50 and 6C. RGB value is (114,80,108). Sum of RGB (Red+Green+Blue) = 114+80+108=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #72506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72506C is #8DAF93. Grayscale: #5D5D5D. Windows color (decimal): -9285524 or 7098482. OLE color: 7098482.

HSL color Cylindrical-coordinate representation of color #72506C: hue angle of 310.59º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72506C is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11480108-
CMYK00.300.050.55
HSL310.59º17.53%38.04%-
HSV(B)310.59º29.82%44.71%-
XYZ12.5110.415.53-
YUV93.36136.26142.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=37.75%
G=26.49%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148010800.300.050.55310.5917.5338.04
Hex72506C01E5371371226
Octal1621201540365674672246
Binary11100101010000110110001111010111011110011011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72506C; }

 p { color: rgb(114,80,108); }

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

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

 a { background-color: rgb(114,80,108); }

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

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

 span { border-color: rgb(114,80,108); }

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