Html Css Color HEX #818676 Gunsmoke

📋 copy color: '#818676'

red 129 ◦ green 134 ◦ blue 118

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

Shades of Gunsmoke #818676

Tints of Gunsmoke #818676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 118 (46.48% from 255) = 30.97%

R = 33.86%
G = 35.17%
B = 30.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#818676 (or 0x818676) is known color: Gunsmoke. HEX triplet: 81, 86 and 76. RGB value is (129,134,118). Sum of RGB (Red+Green+Blue) = 129+134+118=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 134 - color contains mainly: green. Hex color #818676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818676 is #7E7989. Grayscale: #828282. Windows color (decimal): -8288650 or 7767681. OLE color: 7767681.

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

Color convert

RGB 129 134 118 -
CMYK 0.04 0 0.12 0.47
HSL 78.75º 0.06% 0.49% -
HSV(B) 78.75º 0.12% 0.53% -
XYZ 20.85 23.03 20.49 -
YUV 130.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 129 134 118 0.04 0 0.12 0.47 78.75 0.06 0.49
Hex 81 86 76 4 0 C 2F 4F 6 31
Octal 201 206 166 4 0 14 57 117 6 61
Binary 10000001 10000110 1110110 100 0 1100 101111 1001111 110 110001

Color Harmonies of #818676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818676

Black with #818676

Text Example


Text Example

White with #818676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818676; }

 p { color: rgb(129,134,118); }

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

background-color css

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

 a { background-color: rgb(129,134,118); }

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

border-color css

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

 span { border-color: rgb(129,134,118); }

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