Html Css Color HEX #818980 Stack

📋 copy color: '#818980'

red 129 ◦ green 137 ◦ blue 128

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

Shades of Stack #818980

Tints of Stack #818980

RGB

 RED value IS 129 (50.78% from 255) = 32.74%

 GREEN value IS 137 (53.91% from 255) = 34.77%

 BLUE value IS 128 (50.39% from 255) = 32.49%

R = 32.74%
G = 34.77%
B = 32.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#818980 (or 0x818980) is known color: Stack. HEX triplet: 81, 89 and 80. RGB value is (129,137,128). Sum of RGB (Red+Green+Blue) = 129+137+128=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 137 - color contains mainly: green. Hex color #818980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818980 is #7E767F. Grayscale: #858585. Windows color (decimal): -8287872 or 8423809. OLE color: 8423809.

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

Color convert

RGB 129 137 128 -
CMYK 0.06 0 0.07 0.46
HSL 113.33º 0.04% 0.52% -
HSV(B) 113.33º 0.07% 0.54% -
XYZ 21.9 24.12 23.92 -
YUV 133.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 129 137 128 0.06 0 0.07 0.46 113.33 0.04 0.52
Hex 81 89 80 6 0 7 2E 71 4 34
Octal 201 211 200 6 0 7 56 161 4 64
Binary 10000001 10001001 10000000 110 0 111 101110 1110001 100 110100

Color Harmonies of #818980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818980

Black with #818980

Text Example


Text Example

White with #818980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818980; }

 p { color: rgb(129,137,128); }

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

background-color css

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

 a { background-color: rgb(129,137,128); }

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

border-color css

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

 span { border-color: rgb(129,137,128); }

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