#99878B

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

Shades of Venus #99878B

Tints of Venus #99878B

Color information

#99878B (or 0x99878B) is unknown color: approx Venus. HEX triplet: 99, 87 and 8B. RGB value is (153,135,139). Sum of RGB (Red+Green+Blue) = 153+135+139=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #99878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99878B is #667874. Grayscale: #8C8C8C. Windows color (decimal): -6715509 or 9144217. OLE color: 9144217.

HSL color Cylindrical-coordinate representation of color #99878B: hue angle of 346.67º 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 #99878B is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB153135139-
CMYK00.120.090.4
HSL346.67º8.11%56.47%-
HSV(B)346.67º11.76%60%-
XYZ26.4625.9628.04-
YUV140.84126.96136.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.83%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 139 (54.69% from 255) = 32.55%
R=35.83%
G=31.62%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313513900.120.090.4346.678.1156.47
Hex99878B0C92815b838
Octal23120721301411505331070
Binary1001100110000111100010110110010011010001010110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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