Html Css Color HEX #807190 Topaz

📋 copy color: '#807190'

red 128 ◦ green 113 ◦ blue 144

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

Shades of Topaz #807190

Tints of Topaz #807190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

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

R = 33.25%
G = 29.35%
B = 37.4%

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

#807190 (or 0x807190) is known color: Topaz. HEX triplet: 80, 71 and 90. RGB value is (128,113,144). Sum of RGB (Red+Green+Blue) = 128+113+144=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #807190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807190 is #7F8E6F. Grayscale: #787878. Windows color (decimal): -8359536 or 9466240. OLE color: 9466240.

HSL color Cylindrical-coordinate representation of color #807190: hue angle of 269.03º degrees, saturation: 0.12, 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 #807190 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 113 144 -
CMYK 0.11 0.22 0 0.44
HSL 269.03º 0.12% 0.5% -
HSV(B) 269.03º 0.22% 0.56% -
XYZ 19.84 18.41 28.89 -
YUV 121.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 128 113 144 0.11 0.22 0 0.44 269.03 0.12 0.5
Hex 80 71 90 B 16 0 2C 10D C 32
Octal 200 161 220 13 26 0 54 415 14 62
Binary 10000000 1110001 10010000 1011 10110 0 101100 100001101 1100 110010

Color Harmonies of #807190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807190

Black with #807190

Text Example


Text Example

White with #807190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807190; }

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

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

background-color css

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

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

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

border-color css

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

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

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