#755371

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

Shades of Salt Box #755371

Tints of Salt Box #755371

Color information

#755371 (or 0x755371) is unknown color: approx Salt Box. HEX triplet: 75, 53 and 71. RGB value is (117,83,113). Sum of RGB (Red+Green+Blue) = 117+83+113=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #755371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755371 is #8AAC8E. Grayscale: #606060. Windows color (decimal): -9088143 or 7426933. OLE color: 7426933.

HSL color Cylindrical-coordinate representation of color #755371: hue angle of 307.06º 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 #755371 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11783113-
CMYK00.290.030.54
HSL307.06º17%39.22%-
HSV(B)307.06º29.06%45.88%-
XYZ13.4111.1617.07-
YUV96.59137.26142.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=37.38%
G=26.52%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178311300.290.030.54307.061739.22
Hex75537101D3361331127
Octal1651231610353664632147
Binary1110101101001111100010111011111011010011001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755371; }

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

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

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

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

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

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

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

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