Html Css Color HEX #807592 Topaz

📋 copy color: '#807592'

red 128 ◦ green 117 ◦ blue 146

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

Shades of Topaz #807592

Tints of Topaz #807592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.92%

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

R = 32.74%
G = 29.92%
B = 37.34%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#807592 (or 0x807592) is known color: Topaz. HEX triplet: 80, 75 and 92. RGB value is (128,117,146). Sum of RGB (Red+Green+Blue) = 128+117+146=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #807592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807592 is #7F8A6D. Grayscale: #7B7B7B. Windows color (decimal): -8358510 or 9598336. OLE color: 9598336.

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

Color convert

RGB 128 117 146 -
CMYK 0.12 0.20 0 0.43
HSL 262.76º 0.12% 0.52% -
HSV(B) 262.76º 0.2% 0.57% -
XYZ 20.45 19.39 29.86 -
YUV 123.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 128 117 146 0.12 0.20 0 0.43 262.76 0.12 0.52
Hex 80 75 92 C 14 0 2B 107 C 34
Octal 200 165 222 14 24 0 53 407 14 64
Binary 10000000 1110101 10010010 1100 10100 0 101011 100000111 1100 110100

Color Harmonies of #807592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807592

Black with #807592

Text Example


Text Example

White with #807592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807592; }

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

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

background-color css

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

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

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

border-color css

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

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

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