#817592

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

Shades of Topaz #817592

Tints of Topaz #817592

Color information

#817592 (or 0x817592) is unknown color: approx Topaz. HEX triplet: 81, 75 and 92. RGB value is (129,117,146). Sum of RGB (Red+Green+Blue) = 129+117+146=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: blue. Hex color #817592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817592 is #7E8A6D. Grayscale: #7B7B7B. Windows color (decimal): -8292974 or 9598337. OLE color: 9598337.

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

Color convert

RGB129117146-
CMYK0.120.2000.43
HSL264.83º11.74%51.57%-
HSV(B)264.83º19.86%57.25%-
XYZ20.619.4729.87-
YUV123.89140.48131.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.91%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=32.91%
G=29.85%
B=37.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291171460.120.2000.43264.8311.7451.57
Hex817592C1402B109c34
Octal20116522214240534111464
Binary1000000111101011001001011001010001010111000010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817592; }

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

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

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

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

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

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

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

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