#817F8B

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

Shades of Topaz #817F8B

Tints of Topaz #817F8B

Color information

#817F8B (or 0x817F8B) is unknown color: approx Topaz. HEX triplet: 81, 7F and 8B. RGB value is (129,127,139). Sum of RGB (Red+Green+Blue) = 129+127+139=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 139 - color contains mainly: blue. Hex color #817F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817F8B is #7E8074. Grayscale: #808080. Windows color (decimal): -8290421 or 9142145. OLE color: 9142145.

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

Color convert

RGB129127139-
CMYK0.070.0900.45
HSL250º4.92%52.16%-
HSV(B)250º8.63%54.51%-
XYZ21.321.7127.49-
YUV128.97133.66128.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=32.66%
G=32.15%
B=35.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291271390.070.0900.452504.9252.16
Hex817F8B7902Dfa534
Octal201177213711055372564
Binary100000011111111100010111111001010110111111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,127,139); }

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

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

 a { background-color: rgb(129,127,139); }

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

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

 span { border-color: rgb(129,127,139); }

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