Html Css Color HEX #80788C Topaz

📋 copy color: '#80788C'

red 128 ◦ green 120 ◦ blue 140

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

Shades of Topaz #80788C

Tints of Topaz #80788C

RGB

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

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

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

R = 32.99%
G = 30.93%
B = 36.08%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80788C (or 0x80788C) is known color: Topaz. HEX triplet: 80, 78 and 8C. RGB value is (128,120,140). Sum of RGB (Red+Green+Blue) = 128+120+140=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 140 - color contains mainly: blue. Hex color #80788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80788C is #7F8773. Grayscale: #7C7C7C. Windows color (decimal): -8357748 or 9205888. OLE color: 9205888.

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

Color convert

RGB 128 120 140 -
CMYK 0.09 0.14 0 0.45
HSL 264º 0.08% 0.51% -
HSV(B) 264º 0.14% 0.55% -
XYZ 20.35 19.92 27.58 -
YUV 124.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 128 120 140 0.09 0.14 0 0.45 264 0.08 0.51
Hex 80 78 8C 9 E 0 2D 108 8 33
Octal 200 170 214 11 16 0 55 410 10 63
Binary 10000000 1111000 10001100 1001 1110 0 101101 100001000 1000 110011

Color Harmonies of #80788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80788C

Black with #80788C

Text Example


Text Example

White with #80788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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