Html Css Color HEX #818779 Gunsmoke

📋 copy color: '#818779'

red 129 ◦ green 135 ◦ blue 121

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

Shades of Gunsmoke #818779

Tints of Gunsmoke #818779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.06%

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

R = 33.51%
G = 35.06%
B = 31.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#818779 (or 0x818779) is known color: Gunsmoke. HEX triplet: 81, 87 and 79. RGB value is (129,135,121). Sum of RGB (Red+Green+Blue) = 129+135+121=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 135 - color contains mainly: green. Hex color #818779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818779 is #7E7886. Grayscale: #838383. Windows color (decimal): -8288391 or 7964545. OLE color: 7964545.

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

Color convert

RGB 129 135 121 -
CMYK 0.04 0 0.10 0.47
HSL 85.71º 0.06% 0.5% -
HSV(B) 85.71º 0.1% 0.53% -
XYZ 21.17 23.38 21.49 -
YUV 131.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 129 135 121 0.04 0 0.10 0.47 85.71 0.06 0.5
Hex 81 87 79 4 0 A 2F 56 6 32
Octal 201 207 171 4 0 12 57 126 6 62
Binary 10000001 10000111 1111001 100 0 1010 101111 1010110 110 110010

Color Harmonies of #818779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818779

Black with #818779

Text Example


Text Example

White with #818779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818779; }

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

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

background-color css

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

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

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

border-color css

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

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

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