#724E6A

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

Shades of Salt Box #724E6A

Tints of Salt Box #724E6A

Color information

#724E6A (or 0x724E6A) is unknown color: approx Salt Box. HEX triplet: 72, 4E and 6A. RGB value is (114,78,106). Sum of RGB (Red+Green+Blue) = 114+78+106=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #724E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E6A is #8DB195. Grayscale: #5B5B5B. Windows color (decimal): -9286038 or 6966898. OLE color: 6966898.

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

Color convert

RGB11478106-
CMYK00.320.070.55
HSL313.33º18.75%37.65%-
HSV(B)313.33º31.58%44.71%-
XYZ12.2710.0714.93-
YUV91.96135.93143.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=38.26%
G=26.17%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147810600.320.070.55313.3318.7537.65
Hex724E6A0207371391326
Octal1621161520407674712346
Binary111001010011101101010010000011111011110011100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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