Html Css Color HEX #878D7F Gunsmoke

📋 copy color: '#878D7F'

red 135 ◦ green 141 ◦ blue 127

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

Shades of Gunsmoke #878D7F

Tints of Gunsmoke #878D7F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.99%

 BLUE value IS 127 (50% from 255) = 31.51%

R = 33.5%
G = 34.99%
B = 31.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#878D7F (or 0x878D7F) is known color: Gunsmoke. HEX triplet: 87, 8D and 7F. RGB value is (135,141,127). Sum of RGB (Red+Green+Blue) = 135+141+127=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 141 - color contains mainly: green. Hex color #878D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D7F is #787280. Grayscale: #898989. Windows color (decimal): -7893633 or 8359303. OLE color: 8359303.

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

Color convert

RGB 135 141 127 -
CMYK 0.04 0 0.10 0.45
HSL 85.71º 0.06% 0.53% -
HSV(B) 85.71º 0.1% 0.55% -
XYZ 23.35 25.73 23.82 -
YUV 137.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 135 141 127 0.04 0 0.10 0.45 85.71 0.06 0.53
Hex 87 8D 7F 4 0 A 2D 56 6 35
Octal 207 215 177 4 0 12 55 126 6 65
Binary 10000111 10001101 1111111 100 0 1010 101101 1010110 110 110101

Color Harmonies of #878D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878D7F

Black with #878D7F

Text Example


Text Example

White with #878D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,141,127); }

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

background-color css

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

 a { background-color: rgb(135,141,127); }

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

border-color css

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

 span { border-color: rgb(135,141,127); }

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