#877A7F

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

Shades of Venus #877A7F

Tints of Venus #877A7F

Color information

#877A7F (or 0x877A7F) is unknown color: approx Venus. HEX triplet: 87, 7A and 7F. RGB value is (135,122,127). Sum of RGB (Red+Green+Blue) = 135+122+127=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 135 - color contains mainly: red. Hex color #877A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A7F is #788580. Grayscale: #7E7E7E. Windows color (decimal): -7898497 or 8354439. OLE color: 8354439.

HSL color Cylindrical-coordinate representation of color #877A7F: hue angle of 336.92º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #877A7F is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB135122127-
CMYK00.100.060.47
HSL336.92º5.14%50.39%-
HSV(B)336.92º9.63%52.94%-
XYZ20.7820.622.96-
YUV126.46128.31134.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.16%
GREEN value IS 122 (48.05% from 255) = 31.77%
BLUE value IS 127 (50% from 255) = 33.07%
R=35.16%
G=31.77%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512212700.100.060.47336.925.1450.39
Hex877A7F0A62F151532
Octal207172177012657521562
Binary100001111111010111111101010110101111101010001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877A7F; }

 p { color: rgb(135,122,127); }

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

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

 a { background-color: rgb(135,122,127); }

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

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

 span { border-color: rgb(135,122,127); }

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