Html Css Color HEX #807F8B Topaz

📋 copy color: '#807F8B'

red 128 ◦ green 127 ◦ blue 139

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

Shades of Topaz #807F8B

Tints of Topaz #807F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.28%

R = 32.49%
G = 32.23%
B = 35.28%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#807F8B (or 0x807F8B) is known color: Topaz. HEX triplet: 80, 7F and 8B. RGB value is (128,127,139). Sum of RGB (Red+Green+Blue) = 128+127+139=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 139 - color contains mainly: blue. Hex color #807F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F8B is #7F8074. Grayscale: #808080. Windows color (decimal): -8355957 or 9142144. OLE color: 9142144.

HSL color Cylindrical-coordinate representation of color #807F8B: hue angle of 245º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #807F8B is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 127 139 -
CMYK 0.08 0.09 0 0.45
HSL 245º 0.05% 0.52% -
HSV(B) 245º 0.09% 0.55% -
XYZ 21.15 21.63 27.49 -
YUV 128.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 128 127 139 0.08 0.09 0 0.45 245 0.05 0.52
Hex 80 7F 8B 8 9 0 2D F5 5 34
Octal 200 177 213 10 11 0 55 365 5 64
Binary 10000000 1111111 10001011 1000 1001 0 101101 11110101 101 110100

Color Harmonies of #807F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807F8B

Black with #807F8B

Text Example


Text Example

White with #807F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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