Html Css Color HEX #80768C Topaz

📋 copy color: '#80768C'

red 128 ◦ green 118 ◦ blue 140

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

Shades of Topaz #80768C

Tints of Topaz #80768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.57%

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

R = 33.16%
G = 30.57%
B = 36.27%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80768C (or 0x80768C) is known color: Topaz. HEX triplet: 80, 76 and 8C. RGB value is (128,118,140). Sum of RGB (Red+Green+Blue) = 128+118+140=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 140 - color contains mainly: blue. Hex color #80768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80768C is #7F8973. Grayscale: #7B7B7B. Windows color (decimal): -8358260 or 9205376. OLE color: 9205376.

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

Color convert

RGB 128 118 140 -
CMYK 0.09 0.16 0 0.45
HSL 267.27º 0.09% 0.51% -
HSV(B) 267.27º 0.16% 0.55% -
XYZ 20.11 19.44 27.5 -
YUV 123.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 128 118 140 0.09 0.16 0 0.45 267.27 0.09 0.51
Hex 80 76 8C 9 10 0 2D 10B 9 33
Octal 200 166 214 11 20 0 55 413 11 63
Binary 10000000 1110110 10001100 1001 10000 0 101101 100001011 1001 110011

Color Harmonies of #80768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80768C

Black with #80768C

Text Example


Text Example

White with #80768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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