#724E6B

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

Shades of Salt Box #724E6B

Tints of Salt Box #724E6B

Color information

#724E6B (or 0x724E6B) is unknown color: approx Salt Box. HEX triplet: 72, 4E and 6B. RGB value is (114,78,107). Sum of RGB (Red+Green+Blue) = 114+78+107=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #724E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E6B is #8DB194. Grayscale: #5B5B5B. Windows color (decimal): -9286037 or 7032434. OLE color: 7032434.

HSL color Cylindrical-coordinate representation of color #724E6B: hue angle of 311.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 #724E6B is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11478107-
CMYK00.320.060.55
HSL311.67º18.75%37.65%-
HSV(B)311.67º31.58%44.71%-
XYZ12.3210.0915.21-
YUV92.07136.43143.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=38.13%
G=26.09%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147810700.320.060.55311.6718.7537.65
Hex724E6B0206371381326
Octal1621161530406674702346
Binary111001010011101101011010000011011011110011100010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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