#95787E

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

Shades of Venus #95787E

Tints of Venus #95787E

Color information

#95787E (or 0x95787E) is unknown color: approx Venus. HEX triplet: 95, 78 and 7E. RGB value is (149,120,126). Sum of RGB (Red+Green+Blue) = 149+120+126=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #95787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95787E is #6A8781. Grayscale: #818181. Windows color (decimal): -6981506 or 8288405. OLE color: 8288405.

HSL color Cylindrical-coordinate representation of color #95787E: hue angle of 347.59º 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 #95787E is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149120126-
CMYK00.190.150.42
HSL347.59º12.03%52.75%-
HSV(B)347.59º19.46%58.43%-
XYZ22.8821.3322.65-
YUV129.35126.11142.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=37.72%
G=30.38%
B=31.90%

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
Decimal14912012600.190.150.42347.5912.0352.75
Hex95787E013F2A15cc35
Octal22517017602317525341465
Binary100101011111000111111001001111111010101010111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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