Html Css Color HEX #818479 Gunsmoke

📋 copy color: '#818479'

red 129 ◦ green 132 ◦ blue 121

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

Shades of Gunsmoke #818479

Tints of Gunsmoke #818479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 33.77%
G = 34.55%
B = 31.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#818479 (or 0x818479) is known color: Gunsmoke. HEX triplet: 81, 84 and 79. RGB value is (129,132,121). Sum of RGB (Red+Green+Blue) = 129+132+121=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 132 - color contains mainly: green. Hex color #818479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818479 is #7E7B86. Grayscale: #818181. Windows color (decimal): -8289159 or 7963777. OLE color: 7963777.

HSL color Cylindrical-coordinate representation of color #818479: hue angle of 76.36º 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 #818479 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 132 121 -
CMYK 0.02 0 0.08 0.48
HSL 76.36º 0.04% 0.5% -
HSV(B) 76.36º 0.08% 0.52% -
XYZ 20.76 22.55 21.35 -
YUV 129.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 129 132 121 0.02 0 0.08 0.48 76.36 0.04 0.5
Hex 81 84 79 2 0 8 30 4C 4 32
Octal 201 204 171 2 0 10 60 114 4 62
Binary 10000001 10000100 1111001 10 0 1000 110000 1001100 100 110010

Color Harmonies of #818479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818479

Black with #818479

Text Example


Text Example

White with #818479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818479; }

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

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

background-color css

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

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

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

border-color css

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

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

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