Html Css Color HEX #878E78 Gunsmoke

📋 copy color: '#878E78'

red 135 ◦ green 142 ◦ blue 120

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

Shades of Gunsmoke #878E78

Tints of Gunsmoke #878E78

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.77%

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

R = 34.01%
G = 35.77%
B = 30.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#878E78 (or 0x878E78) is known color: Gunsmoke. HEX triplet: 87, 8E and 78. RGB value is (135,142,120). Sum of RGB (Red+Green+Blue) = 135+142+120=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 142 - color contains mainly: green. Hex color #878E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878E78 is #787187. Grayscale: #898989. Windows color (decimal): -7893384 or 7900807. OLE color: 7900807.

HSL color Cylindrical-coordinate representation of color #878E78: hue angle of 79.09º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #878E78 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 142 120 -
CMYK 0.05 0 0.15 0.44
HSL 79.09º 0.09% 0.51% -
HSV(B) 79.09º 0.15% 0.56% -
XYZ 23.05 25.85 21.54 -
YUV 137.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 135 142 120 0.05 0 0.15 0.44 79.09 0.09 0.51
Hex 87 8E 78 5 0 F 2C 4F 9 33
Octal 207 216 170 5 0 17 54 117 11 63
Binary 10000111 10001110 1111000 101 0 1111 101100 1001111 1001 110011

Color Harmonies of #878E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878E78

Black with #878E78

Text Example


Text Example

White with #878E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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