Html Css Color HEX #80718B Topaz

📋 copy color: '#80718B'

red 128 ◦ green 113 ◦ blue 139

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

Shades of Topaz #80718B

Tints of Topaz #80718B

RGB

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

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

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

R = 33.68%
G = 29.74%
B = 36.58%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80718B (or 0x80718B) is known color: Topaz. HEX triplet: 80, 71 and 8B. RGB value is (128,113,139). Sum of RGB (Red+Green+Blue) = 128+113+139=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 139 - color contains mainly: blue. Hex color #80718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80718B is #7F8E74. Grayscale: #787878. Windows color (decimal): -8359541 or 9138560. OLE color: 9138560.

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

Color convert

RGB 128 113 139 -
CMYK 0.08 0.19 0 0.45
HSL 274.62º 0.1% 0.49% -
HSV(B) 274.62º 0.19% 0.55% -
XYZ 19.47 18.26 26.93 -
YUV 120.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 128 113 139 0.08 0.19 0 0.45 274.62 0.1 0.49
Hex 80 71 8B 8 13 0 2D 113 A 31
Octal 200 161 213 10 23 0 55 423 12 61
Binary 10000000 1110001 10001011 1000 10011 0 101101 100010011 1010 110001

Color Harmonies of #80718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80718B

Black with #80718B

Text Example


Text Example

White with #80718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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