#754C70

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

Shades of Salt Box #754C70

Tints of Salt Box #754C70

Color information

#754C70 (or 0x754C70) is unknown color: approx Salt Box. HEX triplet: 75, 4C and 70. RGB value is (117,76,112). Sum of RGB (Red+Green+Blue) = 117+76+112=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #754C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C70 is #8AB38F. Grayscale: #5C5C5C. Windows color (decimal): -9089936 or 7359605. OLE color: 7359605.

HSL color Cylindrical-coordinate representation of color #754C70: hue angle of 307.32º 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 #754C70 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11776112-
CMYK00.350.040.54
HSL307.32º21.24%37.84%-
HSV(B)307.32º35.04%45.88%-
XYZ12.8510.1216.61-
YUV92.36139.08145.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=38.36%
G=24.92%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177611200.350.040.54307.3221.2437.84
Hex754C700234361331526
Octal1651141600434664632546
Binary111010110011001110000010001110011011010011001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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