Html Css Color HEX #878E7C Gunsmoke

📋 copy color: '#878E7C'

red 135 ◦ green 142 ◦ blue 124

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

Shades of Gunsmoke #878E7C

Tints of Gunsmoke #878E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 33.67%
G = 35.41%
B = 30.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#878E7C (or 0x878E7C) is known color: Gunsmoke. HEX triplet: 87, 8E and 7C. RGB value is (135,142,124). Sum of RGB (Red+Green+Blue) = 135+142+124=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 142 - color contains mainly: green. Hex color #878E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878E7C is #787183. Grayscale: #898989. Windows color (decimal): -7893380 or 8162951. OLE color: 8162951.

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

Color convert

RGB 135 142 124 -
CMYK 0.05 0 0.13 0.44
HSL 83.33º 0.07% 0.52% -
HSV(B) 83.33º 0.13% 0.56% -
XYZ 23.3 25.95 22.85 -
YUV 137.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 135 142 124 0.05 0 0.13 0.44 83.33 0.07 0.52
Hex 87 8E 7C 5 0 D 2C 53 7 34
Octal 207 216 174 5 0 15 54 123 7 64
Binary 10000111 10001110 1111100 101 0 1101 101100 1010011 111 110100

Color Harmonies of #878E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878E7C

Black with #878E7C

Text Example


Text Example

White with #878E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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