Html Css Color HEX #80788A Topaz

📋 copy color: '#80788A'

red 128 ◦ green 120 ◦ blue 138

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

Shades of Topaz #80788A

Tints of Topaz #80788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 33.16%
G = 31.09%
B = 35.75%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#80788A (or 0x80788A) is known color: Topaz. HEX triplet: 80, 78 and 8A. RGB value is (128,120,138). Sum of RGB (Red+Green+Blue) = 128+120+138=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #80788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80788A is #7F8775. Grayscale: #7C7C7C. Windows color (decimal): -8357750 or 9074816. OLE color: 9074816.

HSL color Cylindrical-coordinate representation of color #80788A: hue angle of 266.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #80788A is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 120 138 -
CMYK 0.07 0.13 0 0.46
HSL 266.67º 0.07% 0.51% -
HSV(B) 266.67º 0.13% 0.54% -
XYZ 20.21 19.86 26.81 -
YUV 124.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 128 120 138 0.07 0.13 0 0.46 266.67 0.07 0.51
Hex 80 78 8A 7 D 0 2E 10B 7 33
Octal 200 170 212 7 15 0 56 413 7 63
Binary 10000000 1111000 10001010 111 1101 0 101110 100001011 111 110011

Color Harmonies of #80788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80788A

Black with #80788A

Text Example


Text Example

White with #80788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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