#7F7177

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

Shades of Venus #7F7177

Tints of Venus #7F7177

Color information

#7F7177 (or 0x7F7177) is unknown color: approx Venus. HEX triplet: 7F, 71 and 77. RGB value is (127,113,119). Sum of RGB (Red+Green+Blue) = 127+113+119=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7177 is #808E88. Grayscale: #757575. Windows color (decimal): -8425097 or 7827839. OLE color: 7827839.

HSL color Cylindrical-coordinate representation of color #7F7177: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F7177 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB127113119-
CMYK00.110.060.50
HSL334.29º5.83%47.06%-
HSV(B)334.29º11.02%49.8%-
XYZ17.9917.6519.91-
YUV117.87128.64134.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.38%
GREEN value IS 113 (44.53% from 255) = 31.48%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=35.38%
G=31.48%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711311900.110.060.50334.295.8347.06
Hex7F71770B63214e62f
Octal177161167013662516657
Binary11111111110001111011101011110110010101001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7177; }

 p { color: rgb(127,113,119); }

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

<style>
 a { background-color: #7F7177; }

 a { background-color: rgb(127,113,119); }

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

<style>
 span { border-color: #7F7177; }

 span { border-color: rgb(127,113,119); }

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