#877279

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

Shades of Venus #877279

Tints of Venus #877279

Color information

#877279 (or 0x877279) is unknown color: approx Venus. HEX triplet: 87, 72 and 79. RGB value is (135,114,121). Sum of RGB (Red+Green+Blue) = 135+114+121=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #877279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877279 is #788D86. Grayscale: #797979. Windows color (decimal): -7900551 or 7959175. OLE color: 7959175.

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

Color convert

RGB135114121-
CMYK00.160.100.47
HSL340º8.43%48.82%-
HSV(B)340º15.56%52.94%-
XYZ19.4618.5720.65-
YUV121.08127.96137.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 121 (47.66% from 255) = 32.70%
R=36.49%
G=30.81%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511412100.160.100.473408.4348.82
Hex877279010A2F154831
Octal20716217102012575241061
Binary100001111110010111100101000010101011111010101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877279; }

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

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

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

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

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

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

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

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