#724F6C

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

Shades of Salt Box #724F6C

Tints of Salt Box #724F6C

Color information

#724F6C (or 0x724F6C) is unknown color: approx Salt Box. HEX triplet: 72, 4F and 6C. RGB value is (114,79,108). Sum of RGB (Red+Green+Blue) = 114+79+108=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #724F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F6C is #8DB093. Grayscale: #5C5C5C. Windows color (decimal): -9285780 or 7098226. OLE color: 7098226.

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

Color convert

RGB11479108-
CMYK00.310.050.55
HSL310.29º18.13%37.84%-
HSV(B)310.29º30.7%44.71%-
XYZ12.4410.2515.51-
YUV92.77136.6143.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=37.87%
G=26.25%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147910800.310.050.55310.2918.1337.84
Hex724F6C01F5371361226
Octal1621171540375674662246
Binary11100101001111110110001111110111011110011011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724F6C; }

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

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

<style>
 a { background-color: #724F6C; }

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

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

<style>
 span { border-color: #724F6C; }

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

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