#95878A

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

Shades of Venus #95878A

Tints of Venus #95878A

Color information

#95878A (or 0x95878A) is unknown color: approx Venus. HEX triplet: 95, 87 and 8A. RGB value is (149,135,138). Sum of RGB (Red+Green+Blue) = 149+135+138=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #95878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95878A is #6A7875. Grayscale: #8B8B8B. Windows color (decimal): -6977654 or 9078677. OLE color: 9078677.

HSL color Cylindrical-coordinate representation of color #95878A: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #95878A is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB149135138-
CMYK00.090.070.42
HSL347.14º6.19%55.69%-
HSV(B)347.14º9.4%58.43%-
XYZ25.6525.5527.63-
YUV139.53127.14134.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=35.31%
G=31.99%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913513800.090.070.42347.146.1955.69
Hex95878A0972A15b638
Octal225207212011752533670
Binary10010101100001111000101001001111101010101011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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