#95797E

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

Shades of Venus #95797E

Tints of Venus #95797E

Color information

#95797E (or 0x95797E) is unknown color: approx Venus. HEX triplet: 95, 79 and 7E. RGB value is (149,121,126). Sum of RGB (Red+Green+Blue) = 149+121+126=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #95797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95797E is #6A8681. Grayscale: #818181. Windows color (decimal): -6981250 or 8288661. OLE color: 8288661.

HSL color Cylindrical-coordinate representation of color #95797E: hue angle of 349.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95797E is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149121126-
CMYK00.190.150.42
HSL349.29º11.67%52.94%-
HSV(B)349.29º18.79%58.43%-
XYZ2321.5722.69-
YUV129.94125.78141.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=37.63%
G=30.56%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912112600.190.150.42349.2911.6752.94
Hex95797E013F2A15dc35
Octal22517117602317525351465
Binary100101011111001111111001001111111010101010111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,121,126); }

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

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

 a { background-color: rgb(149,121,126); }

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

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

 span { border-color: rgb(149,121,126); }

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