Html Css Color HEX #809482 Stack

📋 copy color: '#809482'

red 128 ◦ green 148 ◦ blue 130

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

Shades of Stack #809482

Tints of Stack #809482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

 BLUE value IS 130 (51.17% from 255) = 32.02%

R = 31.53%
G = 36.45%
B = 32.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#809482 (or 0x809482) is known color: Stack. HEX triplet: 80, 94 and 82. RGB value is (128,148,130). Sum of RGB (Red+Green+Blue) = 128+148+130=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #809482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809482 is #7F6B7D. Grayscale: #8C8C8C. Windows color (decimal): -8350590 or 8557696. OLE color: 8557696.

HSL color Cylindrical-coordinate representation of color #809482: hue angle of 126º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #809482 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 148 130 -
CMYK 0.14 0 0.12 0.42
HSL 126º 0.09% 0.54% -
HSV(B) 126º 0.14% 0.58% -
XYZ 23.52 27.38 25.16 -
YUV 139.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 128 148 130 0.14 0 0.12 0.42 126 0.09 0.54
Hex 80 94 82 E 0 C 2A 7E 9 36
Octal 200 224 202 16 0 14 52 176 11 66
Binary 10000000 10010100 10000010 1110 0 1100 101010 1111110 1001 110110

Color Harmonies of #809482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809482

Black with #809482

Text Example


Text Example

White with #809482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809482; }

 p { color: rgb(128,148,130); }

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

background-color css

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

 a { background-color: rgb(128,148,130); }

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

border-color css

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

 span { border-color: rgb(128,148,130); }

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