#754D70

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

Shades of Salt Box #754D70

Tints of Salt Box #754D70

Color information

#754D70 (or 0x754D70) is unknown color: approx Salt Box. HEX triplet: 75, 4D and 70. RGB value is (117,77,112). Sum of RGB (Red+Green+Blue) = 117+77+112=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #754D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D70 is #8AB28F. Grayscale: #5C5C5C. Windows color (decimal): -9089680 or 7359861. OLE color: 7359861.

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

Color convert

RGB11777112-
CMYK00.340.040.54
HSL307.5º20.62%38.04%-
HSV(B)307.5º34.19%45.88%-
XYZ12.9110.2616.63-
YUV92.95138.75145.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=38.24%
G=25.16%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177711200.340.040.54307.520.6238.04
Hex754D700224361341526
Octal1651151600424664642546
Binary111010110011011110000010001010011011010011010010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,77,112); }

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

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

 a { background-color: rgb(117,77,112); }

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

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

 span { border-color: rgb(117,77,112); }

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