#877A7D

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

Shades of Venus #877A7D

Tints of Venus #877A7D

Color information

#877A7D (or 0x877A7D) is unknown color: approx Venus. HEX triplet: 87, 7A and 7D. RGB value is (135,122,125). Sum of RGB (Red+Green+Blue) = 135+122+125=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 135 - color contains mainly: red. Hex color #877A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A7D is #788582. Grayscale: #7E7E7E. Windows color (decimal): -7898499 or 8223367. OLE color: 8223367.

HSL color Cylindrical-coordinate representation of color #877A7D: hue angle of 346.15º 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 #877A7D is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB135122125-
CMYK00.100.070.47
HSL346.15º5.14%50.39%-
HSV(B)346.15º9.63%52.94%-
XYZ20.6520.5522.28-
YUV126.23127.31134.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.34%
GREEN value IS 122 (48.05% from 255) = 31.94%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=35.34%
G=31.94%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512212500.100.070.47346.155.1450.39
Hex877A7D0A72F15a532
Octal207172175012757532562
Binary100001111111010111110101010111101111101011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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