#817392

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

Shades of Topaz #817392

Tints of Topaz #817392

Color information

#817392 (or 0x817392) is unknown color: approx Topaz. HEX triplet: 81, 73 and 92. RGB value is (129,115,146). Sum of RGB (Red+Green+Blue) = 129+115+146=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #817392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817392 is #7E8C6D. Grayscale: #7A7A7A. Windows color (decimal): -8293486 or 9597825. OLE color: 9597825.

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

Color convert

RGB129115146-
CMYK0.120.2100.43
HSL267.1º12.45%51.18%-
HSV(B)267.1º21.23%57.25%-
XYZ20.371929.79-
YUV122.72141.14132.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 146 (57.42% from 255) = 37.44%
R=33.08%
G=29.49%
B=37.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291151460.120.2100.43267.112.4551.18
Hex817392C1502B10bc33
Octal20116322214250534131463
Binary1000000111100111001001011001010101010111000010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817392; }

 p { color: rgb(129,115,146); }

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

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

 a { background-color: rgb(129,115,146); }

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

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

 span { border-color: rgb(129,115,146); }

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