#95767F

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

Shades of Venus #95767F

Tints of Venus #95767F

Color information

#95767F (or 0x95767F) is unknown color: approx Venus. HEX triplet: 95, 76 and 7F. RGB value is (149,118,127). Sum of RGB (Red+Green+Blue) = 149+118+127=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #95767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95767F is #6A8980. Grayscale: #808080. Windows color (decimal): -6982017 or 8353429. OLE color: 8353429.

HSL color Cylindrical-coordinate representation of color #95767F: hue angle of 342.58º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95767F is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149118127-
CMYK00.210.150.42
HSL342.58º12.76%52.35%-
HSV(B)342.58º20.81%58.43%-
XYZ22.720.8822.91-
YUV128.29127.27142.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 127 (50% from 255) = 32.23%
R=37.82%
G=29.95%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911812700.210.150.42342.5812.7652.35
Hex95767F015F2A157d34
Octal22516617702517525271564
Binary100101011110110111111101010111111010101010101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95767F; }

 p { color: rgb(149,118,127); }

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

<style>
 a { background-color: #95767F; }

 a { background-color: rgb(149,118,127); }

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

<style>
 span { border-color: #95767F; }

 span { border-color: rgb(149,118,127); }

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