Html Css Color HEX #807690 Topaz

📋 copy color: '#807690'

red 128 ◦ green 118 ◦ blue 144

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

Shades of Topaz #807690

Tints of Topaz #807690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.26%

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

R = 32.82%
G = 30.26%
B = 36.92%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#807690 (or 0x807690) is known color: Topaz. HEX triplet: 80, 76 and 90. RGB value is (128,118,144). Sum of RGB (Red+Green+Blue) = 128+118+144=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #807690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807690 is #7F896F. Grayscale: #7B7B7B. Windows color (decimal): -8358256 or 9467520. OLE color: 9467520.

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

Color convert

RGB 128 118 144 -
CMYK 0.11 0.18 0 0.44
HSL 263.08º 0.1% 0.51% -
HSV(B) 263.08º 0.18% 0.56% -
XYZ 20.41 19.56 29.08 -
YUV 123.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 128 118 144 0.11 0.18 0 0.44 263.08 0.1 0.51
Hex 80 76 90 B 12 0 2C 107 A 33
Octal 200 166 220 13 22 0 54 407 12 63
Binary 10000000 1110110 10010000 1011 10010 0 101100 100000111 1010 110011

Color Harmonies of #807690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807690

Black with #807690

Text Example


Text Example

White with #807690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807690; }

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

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

background-color css

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

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

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

border-color css

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

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

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