#724E6E

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

Shades of Salt Box #724E6E

Tints of Salt Box #724E6E

Color information

#724E6E (or 0x724E6E) is unknown color: approx Salt Box. HEX triplet: 72, 4E and 6E. RGB value is (114,78,110). Sum of RGB (Red+Green+Blue) = 114+78+110=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #724E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E6E is #8DB191. Grayscale: #5C5C5C. Windows color (decimal): -9286034 or 7229042. OLE color: 7229042.

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

Color convert

RGB11478110-
CMYK00.320.040.55
HSL306.67º18.75%37.65%-
HSV(B)306.67º31.58%44.71%-
XYZ12.4810.1516.05-
YUV92.41137.93143.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=37.75%
G=25.83%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147811000.320.040.55306.6718.7537.65
Hex724E6E0204371331326
Octal1621161560404674632346
Binary111001010011101101110010000010011011110011001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,78,110); }

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

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

 a { background-color: rgb(114,78,110); }

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

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

 span { border-color: rgb(114,78,110); }

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