Html Css Color HEX #807092 Topaz

📋 copy color: '#807092'

red 128 ◦ green 112 ◦ blue 146

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

Shades of Topaz #807092

Tints of Topaz #807092

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

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

R = 33.16%
G = 29.02%
B = 37.82%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#807092 (or 0x807092) is known color: Topaz. HEX triplet: 80, 70 and 92. RGB value is (128,112,146). Sum of RGB (Red+Green+Blue) = 128+112+146=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #807092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807092 is #7F8F6D. Grayscale: #787878. Windows color (decimal): -8359790 or 9597056. OLE color: 9597056.

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

Color convert

RGB 128 112 146 -
CMYK 0.12 0.23 0 0.43
HSL 268.24º 0.13% 0.51% -
HSV(B) 268.24º 0.23% 0.57% -
XYZ 19.88 18.25 29.67 -
YUV 120.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 128 112 146 0.12 0.23 0 0.43 268.24 0.13 0.51
Hex 80 70 92 C 17 0 2B 10C D 33
Octal 200 160 222 14 27 0 53 414 15 63
Binary 10000000 1110000 10010010 1100 10111 0 101011 100001100 1101 110011

Color Harmonies of #807092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807092

Black with #807092

Text Example


Text Example

White with #807092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807092; }

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

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

background-color css

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

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

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

border-color css

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

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

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