#755071

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

Shades of Salt Box #755071

Tints of Salt Box #755071

Color information

#755071 (or 0x755071) is unknown color: approx Salt Box. HEX triplet: 75, 50 and 71. RGB value is (117,80,113). Sum of RGB (Red+Green+Blue) = 117+80+113=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #755071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755071 is #8AAF8E. Grayscale: #5E5E5E. Windows color (decimal): -9088911 or 7426165. OLE color: 7426165.

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

Color convert

RGB11780113-
CMYK00.320.030.54
HSL306.49º18.78%38.63%-
HSV(B)306.49º31.62%45.88%-
XYZ13.1910.7117-
YUV94.82138.26143.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=37.74%
G=25.81%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178011300.320.030.54306.4918.7838.63
Hex7550710203361321327
Octal1651201610403664622347
Binary11101011010000111000101000001111011010011001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755071; }

 p { color: rgb(117,80,113); }

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

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

 a { background-color: rgb(117,80,113); }

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

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

 span { border-color: rgb(117,80,113); }

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