#765871

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

Shades of Salt Box #765871

Tints of Salt Box #765871

Color information

#765871 (or 0x765871) is unknown color: approx Salt Box. HEX triplet: 76, 58 and 71. RGB value is (118,88,113). Sum of RGB (Red+Green+Blue) = 118+88+113=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #765871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765871 is #89A78E. Grayscale: #636363. Windows color (decimal): -9021327 or 7428214. OLE color: 7428214.

HSL color Cylindrical-coordinate representation of color #765871: hue angle of 310º degrees, saturation: 0.15, 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 #765871 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11888113-
CMYK00.250.040.54
HSL310º14.56%40.39%-
HSV(B)310º25.42%46.27%-
XYZ13.9412.0217.21-
YUV99.82135.44140.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=36.99%
G=27.59%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188811300.250.040.5431014.5640.39
Hex765871019436136f28
Octal1661301610314664661750
Binary1110110101100011100010110011001101101001101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765871; }

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

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

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

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

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

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

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

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