Html Css Color HEX #807689 Topaz

📋 copy color: '#807689'

red 128 ◦ green 118 ◦ blue 137

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

Shades of Topaz #807689

Tints of Topaz #807689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 33.42%
G = 30.81%
B = 35.77%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#807689 (or 0x807689) is known color: Topaz. HEX triplet: 80, 76 and 89. RGB value is (128,118,137). Sum of RGB (Red+Green+Blue) = 128+118+137=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 137 - color contains mainly: blue. Hex color #807689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807689 is #7F8976. Grayscale: #7B7B7B. Windows color (decimal): -8358263 or 9008768. OLE color: 9008768.

HSL color Cylindrical-coordinate representation of color #807689: hue angle of 271.58º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #807689 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 118 137 -
CMYK 0.07 0.14 0 0.46
HSL 271.58º 0.07% 0.5% -
HSV(B) 271.58º 0.14% 0.54% -
XYZ 19.9 19.35 26.35 -
YUV 123.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 128 118 137 0.07 0.14 0 0.46 271.58 0.07 0.5
Hex 80 76 89 7 E 0 2E 110 7 32
Octal 200 166 211 7 16 0 56 420 7 62
Binary 10000000 1110110 10001001 111 1110 0 101110 100010000 111 110010

Color Harmonies of #807689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807689

Black with #807689

Text Example


Text Example

White with #807689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807689; }

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

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

background-color css

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

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

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

border-color css

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

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

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