Html Css Color HEX #818674 Gunsmoke

📋 copy color: '#818674'

red 129 ◦ green 134 ◦ blue 116

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

Shades of Gunsmoke #818674

Tints of Gunsmoke #818674

RGB

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

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

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

R = 34.04%
G = 35.36%
B = 30.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#818674 (or 0x818674) is known color: Gunsmoke. HEX triplet: 81, 86 and 74. RGB value is (129,134,116). Sum of RGB (Red+Green+Blue) = 129+134+116=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #818674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818674 is #7E798B. Grayscale: #828282. Windows color (decimal): -8288652 or 7636609. OLE color: 7636609.

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

Color convert

RGB 129 134 116 -
CMYK 0.04 0 0.13 0.47
HSL 76.67º 0.07% 0.49% -
HSV(B) 76.67º 0.13% 0.53% -
XYZ 20.73 22.98 19.87 -
YUV 130.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 129 134 116 0.04 0 0.13 0.47 76.67 0.07 0.49
Hex 81 86 74 4 0 D 2F 4D 7 31
Octal 201 206 164 4 0 15 57 115 7 61
Binary 10000001 10000110 1110100 100 0 1101 101111 1001101 111 110001

Color Harmonies of #818674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818674

Black with #818674

Text Example


Text Example

White with #818674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818674; }

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

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

background-color css

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

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

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

border-color css

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

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

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