#817E8A

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

Shades of Topaz #817E8A

Tints of Topaz #817E8A

Color information

#817E8A (or 0x817E8A) is unknown color: approx Topaz. HEX triplet: 81, 7E and 8A. RGB value is (129,126,138). Sum of RGB (Red+Green+Blue) = 129+126+138=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 138 - color contains mainly: blue. Hex color #817E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817E8A is #7E8175. Grayscale: #808080. Windows color (decimal): -8290678 or 9076353. OLE color: 9076353.

HSL color Cylindrical-coordinate representation of color #817E8A: hue angle of 255º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #817E8A is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB129126138-
CMYK0.070.0900.46
HSL255º4.88%51.76%-
HSV(B)255º8.7%54.12%-
XYZ21.121.4227.07-
YUV128.26133.49128.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=32.82%
G=32.06%
B=35.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291261380.070.0900.462554.8851.76
Hex817E8A7902Eff534
Octal201176212711056377564
Binary100000011111110100010101111001010111011111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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