#99878E

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

Shades of Venus #99878E

Tints of Venus #99878E

Color information

#99878E (or 0x99878E) is unknown color: approx Venus. HEX triplet: 99, 87 and 8E. RGB value is (153,135,142). Sum of RGB (Red+Green+Blue) = 153+135+142=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #99878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99878E is #667871. Grayscale: #8D8D8D. Windows color (decimal): -6715506 or 9340825. OLE color: 9340825.

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

Color convert

RGB153135142-
CMYK00.120.070.4
HSL336.67º8.11%56.47%-
HSV(B)336.67º11.76%60%-
XYZ26.6826.0529.21-
YUV141.18128.46136.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 142 (55.86% from 255) = 33.02%
R=35.58%
G=31.40%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313514200.120.070.4336.678.1156.47
Hex99878E0C728151838
Octal2312072160147505211070
Binary100110011000011110001110011001111010001010100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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