#817787

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

Shades of Topaz #817787

Tints of Topaz #817787

Color information

#817787 (or 0x817787) is unknown color: approx Topaz. HEX triplet: 81, 77 and 87. RGB value is (129,119,135). Sum of RGB (Red+Green+Blue) = 129+119+135=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 135 - color contains mainly: blue. Hex color #817787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817787 is #7E8878. Grayscale: #7B7B7B. Windows color (decimal): -8292473 or 8877953. OLE color: 8877953.

HSL color Cylindrical-coordinate representation of color #817787: hue angle of 277.5º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #817787 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB129119135-
CMYK0.040.1200.47
HSL277.5º6.3%49.8%-
HSV(B)277.5º11.85%52.94%-
XYZ20.0219.6125.65-
YUV123.81134.31131.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=33.68%
G=31.07%
B=35.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291191350.040.1200.47277.56.349.8
Hex8177874C02F116632
Octal201167207414057426662
Binary1000000111101111000011110011000101111100010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817787; }

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

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

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

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

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

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

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

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