Html Css Color HEX #80788E Topaz

📋 copy color: '#80788E'

red 128 ◦ green 120 ◦ blue 142

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

Shades of Topaz #80788E

Tints of Topaz #80788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.77%

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

R = 32.82%
G = 30.77%
B = 36.41%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80788E (or 0x80788E) is known color: Topaz. HEX triplet: 80, 78 and 8E. RGB value is (128,120,142). Sum of RGB (Red+Green+Blue) = 128+120+142=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 142 - color contains mainly: blue. Hex color #80788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80788E is #7F8771. Grayscale: #7C7C7C. Windows color (decimal): -8357746 or 9336960. OLE color: 9336960.

HSL color Cylindrical-coordinate representation of color #80788E: hue angle of 261.82º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #80788E is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 120 142 -
CMYK 0.10 0.15 0 0.44
HSL 261.82º 0.09% 0.51% -
HSV(B) 261.82º 0.15% 0.56% -
XYZ 20.5 19.98 28.37 -
YUV 124.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 128 120 142 0.10 0.15 0 0.44 261.82 0.09 0.51
Hex 80 78 8E A F 0 2C 106 9 33
Octal 200 170 216 12 17 0 54 406 11 63
Binary 10000000 1111000 10001110 1010 1111 0 101100 100000110 1001 110011

Color Harmonies of #80788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80788E

Black with #80788E

Text Example


Text Example

White with #80788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80788E; }

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

 H1.HeaderClassName
 {
   color: #80788E;
 }
 .AnyTagClassName
 {
   color: #80788E;
 }
</style>

background-color css

<style>
 a { background-color: #80788E; }

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

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

border-color css

<style>
 span { border-color: #80788E; }

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

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