Html Css Color HEX #818280 Gunsmoke

📋 copy color: '#818280'

red 129 ◦ green 130 ◦ blue 128

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

Shades of Gunsmoke #818280

Tints of Gunsmoke #818280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

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

R = 33.33%
G = 33.59%
B = 33.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#818280 (or 0x818280) is known color: Gunsmoke. HEX triplet: 81, 82 and 80. RGB value is (129,130,128). Sum of RGB (Red+Green+Blue) = 129+130+128=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 130 - color contains mainly: green. Hex color #818280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818280 is #7E7D7F. Grayscale: #818181. Windows color (decimal): -8289664 or 8422017. OLE color: 8422017.

HSL color Cylindrical-coordinate representation of color #818280: hue angle of 90º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #818280 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 130 128 -
CMYK 0.01 0 0.02 0.49
HSL 90º 0.01% 0.51% -
HSV(B) 90º 0.02% 0.51% -
XYZ 20.93 22.19 23.6 -
YUV 129.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 129 130 128 0.01 0 0.02 0.49 90 0.01 0.51
Hex 81 82 80 1 0 2 31 5A 1 33
Octal 201 202 200 1 0 2 61 132 1 63
Binary 10000001 10000010 10000000 1 0 10 110001 1011010 1 110011

Color Harmonies of #818280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818280

Black with #818280

Text Example


Text Example

White with #818280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818280; }

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

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

background-color css

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

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

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

border-color css

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

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

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