#755671

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

Shades of Salt Box #755671

Tints of Salt Box #755671

Color information

#755671 (or 0x755671) is unknown color: approx Salt Box. HEX triplet: 75, 56 and 71. RGB value is (117,86,113). Sum of RGB (Red+Green+Blue) = 117+86+113=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #755671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755671 is #8AA98E. Grayscale: #626262. Windows color (decimal): -9087375 or 7427701. OLE color: 7427701.

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

Color convert

RGB11786113-
CMYK00.260.030.54
HSL307.74º15.27%39.8%-
HSV(B)307.74º26.5%45.88%-
XYZ13.6411.6317.15-
YUV98.35136.27141.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=37.03%
G=27.22%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178611300.260.030.54307.7415.2739.8
Hex75567101A336134f28
Octal1651261610323664641750
Binary111010110101101110001011010111101101001101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755671; }

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

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

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

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

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

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

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

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