Html Css Color HEX #807E81 Topaz

📋 copy color: '#807E81'

red 128 ◦ green 126 ◦ blue 129

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

Shades of Topaz #807E81

Tints of Topaz #807E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.68%

R = 33.42%
G = 32.9%
B = 33.68%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#807E81 (or 0x807E81) is known color: Topaz. HEX triplet: 80, 7E and 81. RGB value is (128,126,129). Sum of RGB (Red+Green+Blue) = 128+126+129=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 129 - color contains mainly: blue. Hex color #807E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807E81 is #7F817E. Grayscale: #7E7E7E. Windows color (decimal): -8356223 or 8486528. OLE color: 8486528.

HSL color Cylindrical-coordinate representation of color #807E81: hue angle of 280º degrees, saturation: 0.01, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #807E81 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 126 129 -
CMYK 0.01 0.02 0 0.49
HSL 280º 0.01% 0.5% -
HSV(B) 280º 0.02% 0.51% -
XYZ 20.33 21.1 23.77 -
YUV 126.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 128 126 129 0.01 0.02 0 0.49 280 0.01 0.5
Hex 80 7E 81 1 2 0 31 118 1 32
Octal 200 176 201 1 2 0 61 430 1 62
Binary 10000000 1111110 10000001 1 10 0 110001 100011000 1 110010

Color Harmonies of #807E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807E81

Black with #807E81

Text Example


Text Example

White with #807E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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