#755370

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

Shades of Salt Box #755370

Tints of Salt Box #755370

Color information

#755370 (or 0x755370) is unknown color: approx Salt Box. HEX triplet: 75, 53 and 70. RGB value is (117,83,112). Sum of RGB (Red+Green+Blue) = 117+83+112=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #755370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755370 is #8AAC8F. Grayscale: #606060. Windows color (decimal): -9088144 or 7361397. OLE color: 7361397.

HSL color Cylindrical-coordinate representation of color #755370: hue angle of 308.82º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755370 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11783112-
CMYK00.290.040.54
HSL308.82º17%39.22%-
HSV(B)308.82º29.06%45.88%-
XYZ13.3511.1416.78-
YUV96.47136.76142.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=37.5%
G=26.60%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178311200.290.040.54308.821739.22
Hex75537001D4361351127
Octal1651231600354664652147
Binary11101011010011111000001110110011011010011010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755370; }

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

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

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

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

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

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

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

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