#95777E

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

Shades of Venus #95777E

Tints of Venus #95777E

Color information

#95777E (or 0x95777E) is unknown color: approx Venus. HEX triplet: 95, 77 and 7E. RGB value is (149,119,126). Sum of RGB (Red+Green+Blue) = 149+119+126=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #95777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95777E is #6A8881. Grayscale: #808080. Windows color (decimal): -6981762 or 8288149. OLE color: 8288149.

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

Color convert

RGB149119126-
CMYK00.200.150.42
HSL346º12.4%52.55%-
HSV(B)346º20.13%58.43%-
XYZ22.7621.0922.61-
YUV128.77126.44142.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 119 (46.88% from 255) = 30.20%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=37.82%
G=30.20%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911912600.200.150.4234612.452.55
Hex95777E014F2A15ac35
Octal22516717602417525321465
Binary100101011110111111111001010011111010101010110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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