Html Css Color HEX #878C81 Gunsmoke

📋 copy color: '#878C81'

red 135 ◦ green 140 ◦ blue 129

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

Shades of Gunsmoke #878C81

Tints of Gunsmoke #878C81

RGB

 RED value IS 135 (53.13% from 255) = 33.42%

 GREEN value IS 140 (55.08% from 255) = 34.65%

 BLUE value IS 129 (50.78% from 255) = 31.93%

R = 33.42%
G = 34.65%
B = 31.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#878C81 (or 0x878C81) is known color: Gunsmoke. HEX triplet: 87, 8C and 81. RGB value is (135,140,129). Sum of RGB (Red+Green+Blue) = 135+140+129=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 140 - color contains mainly: green. Hex color #878C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C81 is #78737E. Grayscale: #898989. Windows color (decimal): -7893887 or 8490119. OLE color: 8490119.

HSL color Cylindrical-coordinate representation of color #878C81: hue angle of 87.27º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #878C81 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 140 129 -
CMYK 0.04 0 0.08 0.45
HSL 87.27º 0.05% 0.53% -
HSV(B) 87.27º 0.08% 0.55% -
XYZ 23.33 25.49 24.46 -
YUV 137.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 135 140 129 0.04 0 0.08 0.45 87.27 0.05 0.53
Hex 87 8C 81 4 0 8 2D 57 5 35
Octal 207 214 201 4 0 10 55 127 5 65
Binary 10000111 10001100 10000001 100 0 1000 101101 1010111 101 110101

Color Harmonies of #878C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878C81

Black with #878C81

Text Example


Text Example

White with #878C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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