Html Css Color HEX #807E89 Topaz

📋 copy color: '#807E89'

red 128 ◦ green 126 ◦ blue 137

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

Shades of Topaz #807E89

Tints of Topaz #807E89

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.23%

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

R = 32.74%
G = 32.23%
B = 35.04%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#807E89 (or 0x807E89) is known color: Topaz. HEX triplet: 80, 7E and 89. RGB value is (128,126,137). Sum of RGB (Red+Green+Blue) = 128+126+137=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 137 - color contains mainly: blue. Hex color #807E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807E89 is #7F8176. Grayscale: #7F7F7F. Windows color (decimal): -8356215 or 9010816. OLE color: 9010816.

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

Color convert

RGB 128 126 137 -
CMYK 0.07 0.08 0 0.46
HSL 250.91º 0.04% 0.52% -
HSV(B) 250.91º 0.08% 0.54% -
XYZ 20.88 21.32 26.68 -
YUV 127.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 128 126 137 0.07 0.08 0 0.46 250.91 0.04 0.52
Hex 80 7E 89 7 8 0 2E FB 4 34
Octal 200 176 211 7 10 0 56 373 4 64
Binary 10000000 1111110 10001001 111 1000 0 101110 11111011 100 110100

Color Harmonies of #807E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807E89

Black with #807E89

Text Example


Text Example

White with #807E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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