#817078

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

Shades of Venus #817078

Tints of Venus #817078

Color information

#817078 (or 0x817078) is unknown color: approx Venus. HEX triplet: 81, 70 and 78. RGB value is (129,112,120). Sum of RGB (Red+Green+Blue) = 129+112+120=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 129 - color contains mainly: red. Hex color #817078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817078 is #7E8F87. Grayscale: #757575. Windows color (decimal): -8294280 or 7893121. OLE color: 7893121.

HSL color Cylindrical-coordinate representation of color #817078: hue angle of 331.76º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #817078 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB129112120-
CMYK00.130.070.49
HSL331.76º7.05%47.25%-
HSV(B)331.76º13.18%50.59%-
XYZ18.2417.6120.21-
YUV118129.13135.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.73%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=35.73%
G=31.02%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911212000.130.070.49331.767.0547.25
Hex8170780D73114c72f
Octal201160170015761514757
Binary100000011110000111100001101111110001101001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817078; }

 p { color: rgb(129,112,120); }

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

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

 a { background-color: rgb(129,112,120); }

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

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

 span { border-color: rgb(129,112,120); }

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