Html Css Color HEX #878D78 Gunsmoke

📋 copy color: '#878D78'

red 135 ◦ green 141 ◦ blue 120

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

Shades of Gunsmoke #878D78

Tints of Gunsmoke #878D78

RGB

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

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

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

R = 34.09%
G = 35.61%
B = 30.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#878D78 (or 0x878D78) is known color: Gunsmoke. HEX triplet: 87, 8D and 78. RGB value is (135,141,120). Sum of RGB (Red+Green+Blue) = 135+141+120=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 141 - color contains mainly: green. Hex color #878D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D78 is #787287. Grayscale: #888888. Windows color (decimal): -7893640 or 7900551. OLE color: 7900551.

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

Color convert

RGB 135 141 120 -
CMYK 0.04 0 0.15 0.45
HSL 77.14º 0.08% 0.51% -
HSV(B) 77.14º 0.15% 0.55% -
XYZ 22.91 25.56 21.49 -
YUV 136.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 135 141 120 0.04 0 0.15 0.45 77.14 0.08 0.51
Hex 87 8D 78 4 0 F 2D 4D 8 33
Octal 207 215 170 4 0 17 55 115 10 63
Binary 10000111 10001101 1111000 100 0 1111 101101 1001101 1000 110011

Color Harmonies of #878D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878D78

Black with #878D78

Text Example


Text Example

White with #878D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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