#734E6C

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

Shades of Salt Box #734E6C

Tints of Salt Box #734E6C

Color information

#734E6C (or 0x734E6C) is unknown color: approx Salt Box. HEX triplet: 73, 4E and 6C. RGB value is (115,78,108). Sum of RGB (Red+Green+Blue) = 115+78+108=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #734E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E6C is #8CB193. Grayscale: #5C5C5C. Windows color (decimal): -9220500 or 7097971. OLE color: 7097971.

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

Color convert

RGB11578108-
CMYK00.320.060.55
HSL311.35º19.17%37.84%-
HSV(B)311.35º32.17%45.1%-
XYZ12.510.1815.49-
YUV92.48136.76144.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.21%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=38.21%
G=25.91%
B=35.88%

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
Decimal1157810800.320.060.55311.3519.1737.84
Hex734E6C0206371371326
Octal1631161540406674672346
Binary111001110011101101100010000011011011110011011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734E6C; }

 p { color: rgb(115,78,108); }

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

<style>
 a { background-color: #734E6C; }

 a { background-color: rgb(115,78,108); }

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

<style>
 span { border-color: #734E6C; }

 span { border-color: rgb(115,78,108); }

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