#72476A

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

Shades of Salt Box #72476A

Tints of Salt Box #72476A

Color information

#72476A (or 0x72476A) is unknown color: approx Salt Box. HEX triplet: 72, 47 and 6A. RGB value is (114,71,106). Sum of RGB (Red+Green+Blue) = 114+71+106=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #72476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72476A is #8DB895. Grayscale: #575757. Windows color (decimal): -9287830 or 6965106. OLE color: 6965106.

HSL color Cylindrical-coordinate representation of color #72476A: hue angle of 311.16º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72476A is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11471106-
CMYK00.380.070.55
HSL311.16º23.24%36.27%-
HSV(B)311.16º37.72%44.71%-
XYZ11.799.1214.78-
YUV87.85138.25146.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=39.18%
G=24.40%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147110600.380.070.55311.1623.2436.27
Hex72476A0267371371724
Octal1621071520467674672744
Binary111001010001111101010010011011111011110011011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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