#817B7E

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

Shades of Venus #817B7E

Tints of Venus #817B7E

Color information

#817B7E (or 0x817B7E) is unknown color: approx Venus. HEX triplet: 81, 7B and 7E. RGB value is (129,123,126). Sum of RGB (Red+Green+Blue) = 129+123+126=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 129 - color contains mainly: red. Hex color #817B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817B7E is #7E8481. Grayscale: #7D7D7D. Windows color (decimal): -8291458 or 8289153. OLE color: 8289153.

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

Color convert

RGB129123126-
CMYK00.050.020.49
HSL330º2.38%49.41%-
HSV(B)330º4.65%50.59%-
XYZ19.920.3422.62-
YUV125.14128.49130.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=34.13%
G=32.54%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912312600.050.020.493302.3849.41
Hex817B7E0523114a231
Octal20117317605261512261
Binary100000011111011111111001011011000110100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817B7E; }

 p { color: rgb(129,123,126); }

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

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

 a { background-color: rgb(129,123,126); }

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

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

 span { border-color: rgb(129,123,126); }

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