#96878A

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

Shades of Venus #96878A

Tints of Venus #96878A

Color information

#96878A (or 0x96878A) is unknown color: approx Venus. HEX triplet: 96, 87 and 8A. RGB value is (150,135,138). Sum of RGB (Red+Green+Blue) = 150+135+138=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #96878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96878A is #697875. Grayscale: #8B8B8B. Windows color (decimal): -6912118 or 9078678. OLE color: 9078678.

HSL color Cylindrical-coordinate representation of color #96878A: hue angle of 348º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #96878A is Cyan = 0, Magento = 0.1, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB150135138-
CMYK00.10.080.41
HSL348º6.67%55.88%-
HSV(B)348º10%58.82%-
XYZ25.8325.6527.63-
YUV139.83126.97135.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=35.46%
G=31.91%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013513800.10.080.413486.6755.88
Hex96878A0A82915c738
Octal2262072120121051534770
Binary100101101000011110001010010101000101001101011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96878A; }

 p { color: rgb(150,135,138); }

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

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

 a { background-color: rgb(150,135,138); }

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

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

 span { border-color: rgb(150,135,138); }

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