Html Css Color HEX #807D8E Topaz

📋 copy color: '#807D8E'

red 128 ◦ green 125 ◦ blue 142

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

Shades of Topaz #807D8E

Tints of Topaz #807D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.65%

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 32.41%
G = 31.65%
B = 35.95%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#807D8E (or 0x807D8E) is known color: Topaz. HEX triplet: 80, 7D and 8E. RGB value is (128,125,142). Sum of RGB (Red+Green+Blue) = 128+125+142=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 142 - color contains mainly: blue. Hex color #807D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807D8E is #7F8271. Grayscale: #7F7F7F. Windows color (decimal): -8356466 or 9338240. OLE color: 9338240.

HSL color Cylindrical-coordinate representation of color #807D8E: hue angle of 250.59º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807D8E is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 125 142 -
CMYK 0.10 0.12 0 0.44
HSL 250.59º 0.07% 0.52% -
HSV(B) 250.59º 0.12% 0.56% -
XYZ 21.12 21.21 28.57 -
YUV 127.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 128 125 142 0.10 0.12 0 0.44 250.59 0.07 0.52
Hex 80 7D 8E A C 0 2C FB 7 34
Octal 200 175 216 12 14 0 54 373 7 64
Binary 10000000 1111101 10001110 1010 1100 0 101100 11111011 111 110100

Color Harmonies of #807D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807D8E

Black with #807D8E

Text Example


Text Example

White with #807D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,125,142); }

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

background-color css

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

 a { background-color: rgb(128,125,142); }

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

border-color css

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

 span { border-color: rgb(128,125,142); }

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