Html Css Color HEX #818477 Gunsmoke

📋 copy color: '#818477'

red 129 ◦ green 132 ◦ blue 119

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

Shades of Gunsmoke #818477

Tints of Gunsmoke #818477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.32%

R = 33.95%
G = 34.74%
B = 31.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#818477 (or 0x818477) is known color: Gunsmoke. HEX triplet: 81, 84 and 77. RGB value is (129,132,119). Sum of RGB (Red+Green+Blue) = 129+132+119=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 132 - color contains mainly: green. Hex color #818477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818477 is #7E7B88. Grayscale: #818181. Windows color (decimal): -8289161 or 7832705. OLE color: 7832705.

HSL color Cylindrical-coordinate representation of color #818477: hue angle of 73.85º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #818477 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 132 119 -
CMYK 0.02 0 0.10 0.48
HSL 73.85º 0.05% 0.49% -
HSV(B) 73.85º 0.1% 0.52% -
XYZ 20.63 22.5 20.71 -
YUV 129.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 129 132 119 0.02 0 0.10 0.48 73.85 0.05 0.49
Hex 81 84 77 2 0 A 30 4A 5 31
Octal 201 204 167 2 0 12 60 112 5 61
Binary 10000001 10000100 1110111 10 0 1010 110000 1001010 101 110001

Color Harmonies of #818477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818477

Black with #818477

Text Example


Text Example

White with #818477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818477; }

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

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

background-color css

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

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

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

border-color css

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

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

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