#95767D

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

Shades of Venus #95767D

Tints of Venus #95767D

Color information

#95767D (or 0x95767D) is unknown color: approx Venus. HEX triplet: 95, 76 and 7D. RGB value is (149,118,125). Sum of RGB (Red+Green+Blue) = 149+118+125=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95767D is #6A8982. Grayscale: #808080. Windows color (decimal): -6982019 or 8222357. OLE color: 8222357.

HSL color Cylindrical-coordinate representation of color #95767D: hue angle of 346.45º 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 #95767D is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB149118125-
CMYK00.210.160.42
HSL346.45º12.76%52.35%-
HSV(B)346.45º20.81%58.43%-
XYZ22.5720.8322.23-
YUV128.07126.27142.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=38.01%
G=30.10%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911812500.210.160.42346.4512.7652.35
Hex95767D015102A15ad34
Octal22516617502520525321564
Binary1001010111101101111101010101100001010101010110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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