#754C6C

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

Shades of Salt Box #754C6C

Tints of Salt Box #754C6C

Color information

#754C6C (or 0x754C6C) is unknown color: approx Salt Box. HEX triplet: 75, 4C and 6C. RGB value is (117,76,108). Sum of RGB (Red+Green+Blue) = 117+76+108=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #754C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C6C is #8AB393. Grayscale: #5B5B5B. Windows color (decimal): -9089940 or 7097461. OLE color: 7097461.

HSL color Cylindrical-coordinate representation of color #754C6C: hue angle of 313.17º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #754C6C is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11776108-
CMYK00.350.080.54
HSL313.17º21.24%37.84%-
HSV(B)313.17º35.04%45.88%-
XYZ12.6310.0315.46-
YUV91.91137.08145.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 76 (30.08% from 255) = 25.25%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=38.87%
G=25.25%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177610800.350.080.54313.1721.2437.84
Hex754C6C0238361391526
Octal16511415404310664712546
Binary1110101100110011011000100011100011011010011100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754C6C; }

 p { color: rgb(117,76,108); }

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

<style>
 a { background-color: #754C6C; }

 a { background-color: rgb(117,76,108); }

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

<style>
 span { border-color: #754C6C; }

 span { border-color: rgb(117,76,108); }

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