Html Css Color HEX #807392 Topaz

📋 copy color: '#807392'

red 128 ◦ green 115 ◦ blue 146

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

Shades of Topaz #807392

Tints of Topaz #807392

RGB

 RED value IS 128 (50.39% from 255) = 32.9%

 GREEN value IS 115 (45.31% from 255) = 29.56%

 BLUE value IS 146 (57.42% from 255) = 37.53%

R = 32.9%
G = 29.56%
B = 37.53%

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

#807392 (or 0x807392) is known color: Topaz. HEX triplet: 80, 73 and 92. RGB value is (128,115,146). Sum of RGB (Red+Green+Blue) = 128+115+146=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 146 - color contains mainly: blue. Hex color #807392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807392 is #7F8C6D. Grayscale: #7A7A7A. Windows color (decimal): -8359022 or 9597824. OLE color: 9597824.

HSL color Cylindrical-coordinate representation of color #807392: hue angle of 265.16º 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 #807392 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 115 146 -
CMYK 0.12 0.21 0 0.43
HSL 265.16º 0.12% 0.51% -
HSV(B) 265.16º 0.21% 0.57% -
XYZ 20.22 18.93 29.78 -
YUV 122.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 128 115 146 0.12 0.21 0 0.43 265.16 0.12 0.51
Hex 80 73 92 C 15 0 2B 109 C 33
Octal 200 163 222 14 25 0 53 411 14 63
Binary 10000000 1110011 10010010 1100 10101 0 101011 100001001 1100 110011

Color Harmonies of #807392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807392

Black with #807392

Text Example


Text Example

White with #807392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807392; }

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

 H1.HeaderClassName
 {
   color: #807392;
 }
 .AnyTagClassName
 {
   color: #807392;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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