Html Css Color HEX #878E77 Gunsmoke

📋 copy color: '#878E77'

red 135 ◦ green 142 ◦ blue 119

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

Shades of Gunsmoke #878E77

Tints of Gunsmoke #878E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.05%

R = 34.09%
G = 35.86%
B = 30.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#878E77 (or 0x878E77) is known color: Gunsmoke. HEX triplet: 87, 8E and 77. RGB value is (135,142,119). Sum of RGB (Red+Green+Blue) = 135+142+119=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 142 - color contains mainly: green. Hex color #878E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878E77 is #787188. Grayscale: #898989. Windows color (decimal): -7893385 or 7835271. OLE color: 7835271.

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

Color convert

RGB 135 142 119 -
CMYK 0.05 0 0.16 0.44
HSL 78.26º 0.09% 0.51% -
HSV(B) 78.26º 0.16% 0.56% -
XYZ 22.99 25.83 21.23 -
YUV 137.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 135 142 119 0.05 0 0.16 0.44 78.26 0.09 0.51
Hex 87 8E 77 5 0 10 2C 4E 9 33
Octal 207 216 167 5 0 20 54 116 11 63
Binary 10000111 10001110 1110111 101 0 10000 101100 1001110 1001 110011

Color Harmonies of #878E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878E77

Black with #878E77

Text Example


Text Example

White with #878E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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