Html Css Color HEX #807984 Topaz

📋 copy color: '#807984'

red 128 ◦ green 121 ◦ blue 132

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

Shades of Topaz #807984

Tints of Topaz #807984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.76%

 BLUE value IS 132 (51.95% from 255) = 34.65%

R = 33.6%
G = 31.76%
B = 34.65%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#807984 (or 0x807984) is known color: Topaz. HEX triplet: 80, 79 and 84. RGB value is (128,121,132). Sum of RGB (Red+Green+Blue) = 128+121+132=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 132 - color contains mainly: blue. Hex color #807984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807984 is #7F867B. Grayscale: #7C7C7C. Windows color (decimal): -8357500 or 8681856. OLE color: 8681856.

HSL color Cylindrical-coordinate representation of color #807984: hue angle of 278.18º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #807984 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 121 132 -
CMYK 0.03 0.08 0 0.48
HSL 278.18º 0.04% 0.5% -
HSV(B) 278.18º 0.08% 0.52% -
XYZ 19.9 19.93 24.63 -
YUV 124.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 128 121 132 0.03 0.08 0 0.48 278.18 0.04 0.5
Hex 80 79 84 3 8 0 30 116 4 32
Octal 200 171 204 3 10 0 60 426 4 62
Binary 10000000 1111001 10000100 11 1000 0 110000 100010110 100 110010

Color Harmonies of #807984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807984

Black with #807984

Text Example


Text Example

White with #807984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807984; }

 p { color: rgb(128,121,132); }

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

background-color css

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

 a { background-color: rgb(128,121,132); }

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

border-color css

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

 span { border-color: rgb(128,121,132); }

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