#99878D

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

Shades of Venus #99878D

Tints of Venus #99878D

Color information

#99878D (or 0x99878D) is unknown color: approx Venus. HEX triplet: 99, 87 and 8D. RGB value is (153,135,141). Sum of RGB (Red+Green+Blue) = 153+135+141=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #99878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99878D is #667872. Grayscale: #8D8D8D. Windows color (decimal): -6715507 or 9275289. OLE color: 9275289.

HSL color Cylindrical-coordinate representation of color #99878D: hue angle of 340º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99878D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB153135141-
CMYK00.120.080.4
HSL340º8.11%56.47%-
HSV(B)340º11.76%60%-
XYZ26.6126.0228.82-
YUV141.07127.96136.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=35.66%
G=31.47%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313514100.120.080.43408.1156.47
Hex99878D0C828154838
Octal23120721501410505241070
Binary1001100110000111100011010110010001010001010101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99878D; }

 p { color: rgb(153,135,141); }

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

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

 a { background-color: rgb(153,135,141); }

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

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

 span { border-color: rgb(153,135,141); }

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