#72506A

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

Shades of Salt Box #72506A

Tints of Salt Box #72506A

Color information

#72506A (or 0x72506A) is unknown color: approx Salt Box. HEX triplet: 72, 50 and 6A. RGB value is (114,80,106). Sum of RGB (Red+Green+Blue) = 114+80+106=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #72506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72506A is #8DAF95. Grayscale: #5D5D5D. Windows color (decimal): -9285526 or 6967410. OLE color: 6967410.

HSL color Cylindrical-coordinate representation of color #72506A: hue angle of 314.12º 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 #72506A is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11480106-
CMYK00.300.070.55
HSL314.12º17.53%38.04%-
HSV(B)314.12º29.82%44.71%-
XYZ12.4110.3614.98-
YUV93.13135.26142.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=38%
G=26.67%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148010600.300.070.55314.1217.5338.04
Hex72506A01E73713a1226
Octal1621201520367674722246
Binary11100101010000110101001111011111011110011101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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