#724F6A

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

Shades of Salt Box #724F6A

Tints of Salt Box #724F6A

Color information

#724F6A (or 0x724F6A) is unknown color: approx Salt Box. HEX triplet: 72, 4F and 6A. RGB value is (114,79,106). Sum of RGB (Red+Green+Blue) = 114+79+106=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #724F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F6A is #8DB095. Grayscale: #5C5C5C. Windows color (decimal): -9285782 or 6967154. OLE color: 6967154.

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

Color convert

RGB11479106-
CMYK00.310.070.55
HSL313.71º18.13%37.84%-
HSV(B)313.71º30.7%44.71%-
XYZ12.3410.2114.96-
YUV92.54135.6143.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 79 (31.25% from 255) = 26.42%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=38.13%
G=26.42%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147910600.310.070.55313.7118.1337.84
Hex724F6A01F73713a1226
Octal1621171520377674722246
Binary11100101001111110101001111111111011110011101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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