#95747F

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

Shades of Venus #95747F

Tints of Venus #95747F

Color information

#95747F (or 0x95747F) is unknown color: approx Venus. HEX triplet: 95, 74 and 7F. RGB value is (149,116,127). Sum of RGB (Red+Green+Blue) = 149+116+127=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95747F is #6A8B80. Grayscale: #7F7F7F. Windows color (decimal): -6982529 or 8352917. OLE color: 8352917.

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

Color convert

RGB149116127-
CMYK00.220.150.42
HSL340º13.47%51.96%-
HSV(B)340º22.15%58.43%-
XYZ22.4720.4122.83-
YUV127.12127.93143.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 116 (45.70% from 255) = 29.59%
BLUE value IS 127 (50% from 255) = 32.40%
R=38.01%
G=29.59%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911612700.220.150.4234013.4751.96
Hex95747F016F2A154d34
Octal22516417702617525241564
Binary100101011110100111111101011011111010101010101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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