Html Css Color HEX #878C7E Gunsmoke

📋 copy color: '#878C7E'

red 135 ◦ green 140 ◦ blue 126

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

Shades of Gunsmoke #878C7E

Tints of Gunsmoke #878C7E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.91%

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 33.67%
G = 34.91%
B = 31.42%

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

#878C7E (or 0x878C7E) is known color: Gunsmoke. HEX triplet: 87, 8C and 7E. RGB value is (135,140,126). Sum of RGB (Red+Green+Blue) = 135+140+126=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 140 - color contains mainly: green. Hex color #878C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878C7E is #787381. Grayscale: #888888. Windows color (decimal): -7893890 or 8293511. OLE color: 8293511.

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

Color convert

RGB 135 140 126 -
CMYK 0.04 0 0.10 0.45
HSL 81.43º 0.06% 0.52% -
HSV(B) 81.43º 0.1% 0.55% -
XYZ 23.14 25.41 23.42 -
YUV 136.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 135 140 126 0.04 0 0.10 0.45 81.43 0.06 0.52
Hex 87 8C 7E 4 0 A 2D 51 6 34
Octal 207 214 176 4 0 12 55 121 6 64
Binary 10000111 10001100 1111110 100 0 1010 101101 1010001 110 110100

Color Harmonies of #878C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878C7E

Black with #878C7E

Text Example


Text Example

White with #878C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,140,126); }

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

background-color css

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

 a { background-color: rgb(135,140,126); }

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

border-color css

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

 span { border-color: rgb(135,140,126); }

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