Html Css Color HEX #80708F Topaz

📋 copy color: '#80708F'

red 128 ◦ green 112 ◦ blue 143

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

Shades of Topaz #80708F

Tints of Topaz #80708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 33.42%
G = 29.24%
B = 37.34%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80708F (or 0x80708F) is known color: Topaz. HEX triplet: 80, 70 and 8F. RGB value is (128,112,143). Sum of RGB (Red+Green+Blue) = 128+112+143=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 143 - color contains mainly: blue. Hex color #80708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80708F is #7F8F70. Grayscale: #787878. Windows color (decimal): -8359793 or 9400448. OLE color: 9400448.

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

Color convert

RGB 128 112 143 -
CMYK 0.10 0.22 0 0.44
HSL 270.97º 0.12% 0.5% -
HSV(B) 270.97º 0.22% 0.56% -
XYZ 19.65 18.16 28.46 -
YUV 120.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 128 112 143 0.10 0.22 0 0.44 270.97 0.12 0.5
Hex 80 70 8F A 16 0 2C 10F C 32
Octal 200 160 217 12 26 0 54 417 14 62
Binary 10000000 1110000 10001111 1010 10110 0 101100 100001111 1100 110010

Color Harmonies of #80708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80708F

Black with #80708F

Text Example


Text Example

White with #80708F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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