Html Css Color HEX #80708D Topaz

📋 copy color: '#80708D'

red 128 ◦ green 112 ◦ blue 141

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

Shades of Topaz #80708D

Tints of Topaz #80708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 33.6%
G = 29.4%
B = 37.01%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80708D (or 0x80708D) is known color: Topaz. HEX triplet: 80, 70 and 8D. RGB value is (128,112,141). Sum of RGB (Red+Green+Blue) = 128+112+141=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 141 - color contains mainly: blue. Hex color #80708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80708D is #7F8F72. Grayscale: #777777. Windows color (decimal): -8359795 or 9269376. OLE color: 9269376.

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

Color convert

RGB 128 112 141 -
CMYK 0.09 0.21 0 0.45
HSL 273.1º 0.11% 0.5% -
HSV(B) 273.1º 0.21% 0.55% -
XYZ 19.5 18.1 27.67 -
YUV 120.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 128 112 141 0.09 0.21 0 0.45 273.1 0.11 0.5
Hex 80 70 8D 9 15 0 2D 111 B 32
Octal 200 160 215 11 25 0 55 421 13 62
Binary 10000000 1110000 10001101 1001 10101 0 101101 100010001 1011 110010

Color Harmonies of #80708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80708D

Black with #80708D

Text Example


Text Example

White with #80708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80708D; }

 p { color: rgb(128,112,141); }

 H1.HeaderClassName
 {
   color: #80708D;
 }
 .AnyTagClassName
 {
   color: #80708D;
 }
</style>

background-color css

<style>
 a { background-color: #80708D; }

 a { background-color: rgb(128,112,141); }

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

border-color css

<style>
 span { border-color: #80708D; }

 span { border-color: rgb(128,112,141); }

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