#95777D

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

Shades of Venus #95777D

Tints of Venus #95777D

Color information

#95777D (or 0x95777D) is unknown color: approx Venus. HEX triplet: 95, 77 and 7D. RGB value is (149,119,125). Sum of RGB (Red+Green+Blue) = 149+119+125=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #95777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95777D is #6A8882. Grayscale: #808080. Windows color (decimal): -6981763 or 8222613. OLE color: 8222613.

HSL color Cylindrical-coordinate representation of color #95777D: hue angle of 348º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95777D is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB149119125-
CMYK00.200.160.42
HSL348º12.4%52.55%-
HSV(B)348º20.13%58.43%-
XYZ22.6921.0622.27-
YUV128.65125.94142.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=37.91%
G=30.28%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911912500.200.160.4234812.452.55
Hex95777D014102A15cc35
Octal22516717502420525341465
Binary1001010111101111111101010100100001010101010111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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