#754E6E

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

Shades of Salt Box #754E6E

Tints of Salt Box #754E6E

Color information

#754E6E (or 0x754E6E) is unknown color: approx Salt Box. HEX triplet: 75, 4E and 6E. RGB value is (117,78,110). Sum of RGB (Red+Green+Blue) = 117+78+110=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #754E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E6E is #8AB191. Grayscale: #5D5D5D. Windows color (decimal): -9089426 or 7229045. OLE color: 7229045.

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

Color convert

RGB11778110-
CMYK00.330.060.54
HSL310.77º20%38.24%-
HSV(B)310.77º33.33%45.88%-
XYZ12.8710.3616.07-
YUV93.31137.42144.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=38.36%
G=25.57%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177811000.330.060.54310.772038.24
Hex754E6E0216361371426
Octal1651161560416664672446
Binary111010110011101101110010000111011011010011011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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