Html Css Color HEX #818878 Gunsmoke

📋 copy color: '#818878'

red 129 ◦ green 136 ◦ blue 120

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

Shades of Gunsmoke #818878

Tints of Gunsmoke #818878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 33.51%
G = 35.32%
B = 31.17%

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

#818878 (or 0x818878) is known color: Gunsmoke. HEX triplet: 81, 88 and 78. RGB value is (129,136,120). Sum of RGB (Red+Green+Blue) = 129+136+120=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #818878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818878 is #7E7787. Grayscale: #848484. Windows color (decimal): -8288136 or 7899265. OLE color: 7899265.

HSL color Cylindrical-coordinate representation of color #818878: hue angle of 86.25º degrees, saturation: 0.06, 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 #818878 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 136 120 -
CMYK 0.05 0 0.12 0.47
HSL 86.25º 0.06% 0.5% -
HSV(B) 86.25º 0.12% 0.53% -
XYZ 21.25 23.63 21.21 -
YUV 132.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 129 136 120 0.05 0 0.12 0.47 86.25 0.06 0.5
Hex 81 88 78 5 0 C 2F 56 6 32
Octal 201 210 170 5 0 14 57 126 6 62
Binary 10000001 10001000 1111000 101 0 1100 101111 1010110 110 110010

Color Harmonies of #818878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818878

Black with #818878

Text Example


Text Example

White with #818878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818878; }

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

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

background-color css

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

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

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

border-color css

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

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

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