#817791

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

Shades of Topaz #817791

Tints of Topaz #817791

Color information

#817791 (or 0x817791) is unknown color: approx Topaz. HEX triplet: 81, 77 and 91. RGB value is (129,119,145). Sum of RGB (Red+Green+Blue) = 129+119+145=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 145 - color contains mainly: blue. Hex color #817791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817791 is #7E886E. Grayscale: #7C7C7C. Windows color (decimal): -8292463 or 9533313. OLE color: 9533313.

HSL color Cylindrical-coordinate representation of color #817791: hue angle of 263.08º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #817791 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB129119145-
CMYK0.110.1800.43
HSL263.08º10.57%51.76%-
HSV(B)263.08º17.93%56.86%-
XYZ20.7619.9129.54-
YUV124.95139.31130.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 145 (57.03% from 255) = 36.90%
R=32.82%
G=30.28%
B=36.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291191450.110.1800.43263.0810.5751.76
Hex817791B1202B107b34
Octal20116722113220534071364
Binary1000000111101111001000110111001001010111000001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817791; }

 p { color: rgb(129,119,145); }

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

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

 a { background-color: rgb(129,119,145); }

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

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

 span { border-color: rgb(129,119,145); }

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