Html Css Color HEX #807290 Topaz

📋 copy color: '#807290'

red 128 ◦ green 114 ◦ blue 144

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

Shades of Topaz #807290

Tints of Topaz #807290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.53%

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 33.16%
G = 29.53%
B = 37.31%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#807290 (or 0x807290) is known color: Topaz. HEX triplet: 80, 72 and 90. RGB value is (128,114,144). Sum of RGB (Red+Green+Blue) = 128+114+144=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #807290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807290 is #7F8D6F. Grayscale: #797979. Windows color (decimal): -8359280 or 9466496. OLE color: 9466496.

HSL color Cylindrical-coordinate representation of color #807290: hue angle of 268º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #807290 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 114 144 -
CMYK 0.11 0.21 0 0.44
HSL 268º 0.12% 0.51% -
HSV(B) 268º 0.21% 0.56% -
XYZ 19.95 18.64 28.93 -
YUV 121.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 128 114 144 0.11 0.21 0 0.44 268 0.12 0.51
Hex 80 72 90 B 15 0 2C 10C C 33
Octal 200 162 220 13 25 0 54 414 14 63
Binary 10000000 1110010 10010000 1011 10101 0 101100 100001100 1100 110011

Color Harmonies of #807290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807290

Black with #807290

Text Example


Text Example

White with #807290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807290; }

 p { color: rgb(128,114,144); }

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

background-color css

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

 a { background-color: rgb(128,114,144); }

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

border-color css

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

 span { border-color: rgb(128,114,144); }

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