Html Css Color HEX #80718C Topaz

📋 copy color: '#80718C'

red 128 ◦ green 113 ◦ blue 140

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

Shades of Topaz #80718C

Tints of Topaz #80718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.66%

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 33.6%
G = 29.66%
B = 36.75%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80718C (or 0x80718C) is known color: Topaz. HEX triplet: 80, 71 and 8C. RGB value is (128,113,140). Sum of RGB (Red+Green+Blue) = 128+113+140=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 140 - color contains mainly: blue. Hex color #80718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80718C is #7F8E73. Grayscale: #787878. Windows color (decimal): -8359540 or 9204096. OLE color: 9204096.

HSL color Cylindrical-coordinate representation of color #80718C: hue angle of 273.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80718C is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 113 140 -
CMYK 0.09 0.19 0 0.45
HSL 273.33º 0.11% 0.5% -
HSV(B) 273.33º 0.19% 0.55% -
XYZ 19.54 18.29 27.31 -
YUV 120.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 128 113 140 0.09 0.19 0 0.45 273.33 0.11 0.5
Hex 80 71 8C 9 13 0 2D 111 B 32
Octal 200 161 214 11 23 0 55 421 13 62
Binary 10000000 1110001 10001100 1001 10011 0 101101 100010001 1011 110010

Color Harmonies of #80718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80718C

Black with #80718C

Text Example


Text Example

White with #80718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80718C; }

 p { color: rgb(128,113,140); }

 H1.HeaderClassName
 {
   color: #80718C;
 }
 .AnyTagClassName
 {
   color: #80718C;
 }
</style>

background-color css

<style>
 a { background-color: #80718C; }

 a { background-color: rgb(128,113,140); }

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

border-color css

<style>
 span { border-color: #80718C; }

 span { border-color: rgb(128,113,140); }

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