#7F7278

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

Shades of Venus #7F7278

Tints of Venus #7F7278

Color information

#7F7278 (or 0x7F7278) is unknown color: approx Venus. HEX triplet: 7F, 72 and 78. RGB value is (127,114,120). Sum of RGB (Red+Green+Blue) = 127+114+120=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7278 is #808D87. Grayscale: #767676. Windows color (decimal): -8424840 or 7893631. OLE color: 7893631.

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

Color convert

RGB127114120-
CMYK00.100.060.50
HSL332.31º5.39%47.25%-
HSV(B)332.31º10.24%49.8%-
XYZ18.1617.920.27-
YUV118.57128.81134.01-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.18%
GREEN value IS 114 (44.92% from 255) = 31.58%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=35.18%
G=31.58%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711412000.100.060.50332.315.3947.25
Hex7F72780A63214c52f
Octal177162170012662514557
Binary11111111110010111100001010110110010101001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,114,120); }

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

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

 a { background-color: rgb(127,114,120); }

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

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

 span { border-color: rgb(127,114,120); }

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