Html Css Color HEX #817392 Topaz

📋 copy color: '#817392'

red 129 ◦ green 115 ◦ blue 146

#817392
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Topaz #817392

Tints of Topaz #817392

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 value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#817392 (or 0x817392) is known color: 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

RGB 129 115 146 -
CMYK 0.12 0.21 0 0.43
HSL 267.1º 0.12% 0.51% -
HSV(B) 267.1º 0.21% 0.57% -
XYZ 20.37 19 29.79 -
YUV 122.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 129 115 146 0.12 0.21 0 0.43 267.1 0.12 0.51
Hex 81 73 92 C 15 0 2B 10B C 33
Octal 201 163 222 14 25 0 53 413 14 63
Binary 10000001 1110011 10010010 1100 10101 0 101011 100001011 1100 110011

Color Harmonies of #817392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817392

Black with #817392

Text Example


Text Example

White with #817392

Text Example


Text Example

HTML Codes & Css Web 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>