#755871

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

Shades of Salt Box #755871

Tints of Salt Box #755871

Color information

#755871 (or 0x755871) is unknown color: approx Salt Box. HEX triplet: 75, 58 and 71. RGB value is (117,88,113). Sum of RGB (Red+Green+Blue) = 117+88+113=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #755871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755871 is #8AA78E. Grayscale: #636363. Windows color (decimal): -9086863 or 7428213. OLE color: 7428213.

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

Color convert

RGB11788113-
CMYK00.250.030.54
HSL308.28º14.15%40.2%-
HSV(B)308.28º24.79%45.88%-
XYZ13.8111.9517.2-
YUV99.52135.61140.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=36.79%
G=27.67%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178811300.250.030.54308.2814.1540.2
Hex755871019336134e28
Octal1651301610313664641650
Binary111010110110001110001011001111101101001101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755871; }

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

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

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

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

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

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

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

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