Html Css Color HEX #818474 Gunsmoke

📋 copy color: '#818474'

red 129 ◦ green 132 ◦ blue 116

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

Shades of Gunsmoke #818474

Tints of Gunsmoke #818474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 34.22%
G = 35.01%
B = 30.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#818474 (or 0x818474) is known color: Gunsmoke. HEX triplet: 81, 84 and 74. RGB value is (129,132,116). Sum of RGB (Red+Green+Blue) = 129+132+116=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 132 - color contains mainly: green. Hex color #818474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818474 is #7E7B8B. Grayscale: #818181. Windows color (decimal): -8289164 or 7636097. OLE color: 7636097.

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

Color convert

RGB 129 132 116 -
CMYK 0.02 0 0.12 0.48
HSL 71.25º 0.06% 0.49% -
HSV(B) 71.25º 0.12% 0.52% -
XYZ 20.46 22.43 19.77 -
YUV 129.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 129 132 116 0.02 0 0.12 0.48 71.25 0.06 0.49
Hex 81 84 74 2 0 C 30 47 6 31
Octal 201 204 164 2 0 14 60 107 6 61
Binary 10000001 10000100 1110100 10 0 1100 110000 1000111 110 110001

Color Harmonies of #818474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818474

Black with #818474

Text Example


Text Example

White with #818474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818474; }

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

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

background-color css

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

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

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

border-color css

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

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

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