#87757E

Color #87757E Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #87757E

Tints of Venus #87757E

Color information

#87757E (or 0x87757E) is unknown color: approx Venus. HEX triplet: 87, 75 and 7E. RGB value is (135,117,126). Sum of RGB (Red+Green+Blue) = 135+117+126=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #87757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87757E is #788A81. Grayscale: #7B7B7B. Windows color (decimal): -7899778 or 8287623. OLE color: 8287623.

HSL color Cylindrical-coordinate representation of color #87757E: hue angle of 330º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #87757E is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB135117126-
CMYK00.130.070.47
HSL330º7.14%49.41%-
HSV(B)330º13.33%52.94%-
XYZ20.1219.3822.42-
YUV123.41129.46136.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=35.71%
G=30.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511712600.130.070.473307.1449.41
Hex87757E0D72F14a731
Octal207165176015757512761
Binary100001111110101111111001101111101111101001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87757E; }

 p { color: rgb(135,117,126); }

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

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

 a { background-color: rgb(135,117,126); }

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

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

 span { border-color: rgb(135,117,126); }

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