Html Css Color HEX #818877 Gunsmoke

📋 copy color: '#818877'

red 129 ◦ green 136 ◦ blue 119

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

Shades of Gunsmoke #818877

Tints of Gunsmoke #818877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.42%

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

R = 33.59%
G = 35.42%
B = 30.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#818877 (or 0x818877) is known color: Gunsmoke. HEX triplet: 81, 88 and 77. RGB value is (129,136,119). Sum of RGB (Red+Green+Blue) = 129+136+119=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 136 - color contains mainly: green. Hex color #818877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818877 is #7E7788. Grayscale: #848484. Windows color (decimal): -8288137 or 7833729. OLE color: 7833729.

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

Color convert

RGB 129 136 119 -
CMYK 0.05 0 0.12 0.47
HSL 84.71º 0.07% 0.5% -
HSV(B) 84.71º 0.13% 0.53% -
XYZ 21.19 23.61 20.89 -
YUV 131.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 129 136 119 0.05 0 0.12 0.47 84.71 0.07 0.5
Hex 81 88 77 5 0 C 2F 55 7 32
Octal 201 210 167 5 0 14 57 125 7 62
Binary 10000001 10001000 1110111 101 0 1100 101111 1010101 111 110010

Color Harmonies of #818877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818877

Black with #818877

Text Example


Text Example

White with #818877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818877; }

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

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

background-color css

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

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

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

border-color css

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

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

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