Html Css Color HEX #807090 Topaz

📋 copy color: '#807090'

red 128 ◦ green 112 ◦ blue 144

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

Shades of Topaz #807090

Tints of Topaz #807090

RGB

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

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

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

R = 33.33%
G = 29.17%
B = 37.5%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#807090 (or 0x807090) is known color: Topaz. HEX triplet: 80, 70 and 90. RGB value is (128,112,144). Sum of RGB (Red+Green+Blue) = 128+112+144=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #807090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807090 is #7F8F6F. Grayscale: #787878. Windows color (decimal): -8359792 or 9465984. OLE color: 9465984.

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

Color convert

RGB 128 112 144 -
CMYK 0.11 0.22 0 0.44
HSL 270º 0.13% 0.5% -
HSV(B) 270º 0.22% 0.56% -
XYZ 19.73 18.19 28.86 -
YUV 120.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 128 112 144 0.11 0.22 0 0.44 270 0.13 0.5
Hex 80 70 90 B 16 0 2C 10E D 32
Octal 200 160 220 13 26 0 54 416 15 62
Binary 10000000 1110000 10010000 1011 10110 0 101100 100001110 1101 110010

Color Harmonies of #807090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807090

Black with #807090

Text Example


Text Example

White with #807090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807090; }

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

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

background-color css

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

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

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

border-color css

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

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

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