#877379

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

Shades of Venus #877379

Tints of Venus #877379

Color information

#877379 (or 0x877379) is unknown color: approx Venus. HEX triplet: 87, 73 and 79. RGB value is (135,115,121). Sum of RGB (Red+Green+Blue) = 135+115+121=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #877379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877379 is #788C86. Grayscale: #797979. Windows color (decimal): -7900295 or 7959431. OLE color: 7959431.

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

Color convert

RGB135115121-
CMYK00.150.100.47
HSL342º8%49.02%-
HSV(B)342º14.81%52.94%-
XYZ19.5718.7920.68-
YUV121.66127.63137.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 121 (47.66% from 255) = 32.61%
R=36.39%
G=31.00%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511512100.150.100.47342849.02
Hex8773790FA2F156831
Octal20716317101712575261061
Binary10000111111001111110010111110101011111010101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877379; }

 p { color: rgb(135,115,121); }

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

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

 a { background-color: rgb(135,115,121); }

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

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

 span { border-color: rgb(135,115,121); }

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