#878384

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

Shades of Venus #878384

Tints of Venus #878384

Color information

#878384 (or 0x878384) is unknown color: approx Venus. HEX triplet: 87, 83 and 84. RGB value is (135,131,132). Sum of RGB (Red+Green+Blue) = 135+131+132=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 135 - color contains mainly: red. Hex color #878384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878384 is #787C7B. Grayscale: #848484. Windows color (decimal): -7896188 or 8684423. OLE color: 8684423.

HSL color Cylindrical-coordinate representation of color #878384: hue angle of 345º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #878384 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB135131132-
CMYK00.030.020.47
HSL345º1.64%52.16%-
HSV(B)345º2.96%52.94%-
XYZ22.2723.0525.1-
YUV132.31127.83129.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.92%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=33.92%
G=32.91%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513113200.030.020.473451.6452.16
Hex8783840322F159234
Octal20720320403257531264
Binary1000011110000011100001000111010111110101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878384; }

 p { color: rgb(135,131,132); }

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

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

 a { background-color: rgb(135,131,132); }

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

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

 span { border-color: rgb(135,131,132); }

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