Html Css Color HEX #807790 Topaz

📋 copy color: '#807790'

red 128 ◦ green 119 ◦ blue 144

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

Shades of Topaz #807790

Tints of Topaz #807790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.43%

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

R = 32.74%
G = 30.43%
B = 36.83%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#807790 (or 0x807790) is known color: Topaz. HEX triplet: 80, 77 and 90. RGB value is (128,119,144). Sum of RGB (Red+Green+Blue) = 128+119+144=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #807790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807790 is #7F886F. Grayscale: #7C7C7C. Windows color (decimal): -8358000 or 9467776. OLE color: 9467776.

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

Color convert

RGB 128 119 144 -
CMYK 0.11 0.17 0 0.44
HSL 261.6º 0.1% 0.52% -
HSV(B) 261.6º 0.17% 0.56% -
XYZ 20.53 19.8 29.12 -
YUV 124.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 128 119 144 0.11 0.17 0 0.44 261.6 0.1 0.52
Hex 80 77 90 B 11 0 2C 106 A 34
Octal 200 167 220 13 21 0 54 406 12 64
Binary 10000000 1110111 10010000 1011 10001 0 101100 100000110 1010 110100

Color Harmonies of #807790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807790

Black with #807790

Text Example


Text Example

White with #807790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807790; }

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

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

background-color css

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

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

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

border-color css

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

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

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