#87747B

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

Shades of Venus #87747B

Tints of Venus #87747B

Color information

#87747B (or 0x87747B) is unknown color: approx Venus. HEX triplet: 87, 74 and 7B. RGB value is (135,116,123). Sum of RGB (Red+Green+Blue) = 135+116+123=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #87747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87747B is #788B84. Grayscale: #7A7A7A. Windows color (decimal): -7900037 or 8090759. OLE color: 8090759.

HSL color Cylindrical-coordinate representation of color #87747B: hue angle of 337.89º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #87747B is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB135116123-
CMYK00.140.090.47
HSL337.89º7.57%49.22%-
HSV(B)337.89º14.07%52.94%-
XYZ19.8119.0721.38-
YUV122.48128.29136.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=36.10%
G=31.02%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511612300.140.090.47337.897.5749.22
Hex87747B0E92F152831
Octal20716417301611575221061
Binary10000111111010011110110111010011011111010100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87747B; }

 p { color: rgb(135,116,123); }

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

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

 a { background-color: rgb(135,116,123); }

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

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

 span { border-color: rgb(135,116,123); }

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