Html Css Color HEX #807F81 Topaz

📋 copy color: '#807F81'

red 128 ◦ green 127 ◦ blue 129

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

Shades of Topaz #807F81

Tints of Topaz #807F81

RGB

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

 GREEN value IS 127 (50% from 255) = 33.07%

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

R = 33.33%
G = 33.07%
B = 33.59%

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

#807F81 (or 0x807F81) is known color: Topaz. HEX triplet: 80, 7F and 81. RGB value is (128,127,129). Sum of RGB (Red+Green+Blue) = 128+127+129=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 129 - color contains mainly: blue. Hex color #807F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F81 is #7F807E. Grayscale: #7F7F7F. Windows color (decimal): -8355967 or 8486784. OLE color: 8486784.

HSL color Cylindrical-coordinate representation of color #807F81: hue angle of 270º 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 #807F81 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 127 129 -
CMYK 0.01 0.02 0 0.49
HSL 270º 0.01% 0.5% -
HSV(B) 270º 0.02% 0.51% -
XYZ 20.45 21.35 23.81 -
YUV 127.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 128 127 129 0.01 0.02 0 0.49 270 0.01 0.5
Hex 80 7F 81 1 2 0 31 10E 1 32
Octal 200 177 201 1 2 0 61 416 1 62
Binary 10000000 1111111 10000001 1 10 0 110001 100001110 1 110010

Color Harmonies of #807F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807F81

Black with #807F81

Text Example


Text Example

White with #807F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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