Html Css Color HEX #878B7E Gunsmoke

📋 copy color: '#878B7E'

red 135 ◦ green 139 ◦ blue 126

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

Shades of Gunsmoke #878B7E

Tints of Gunsmoke #878B7E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.75%

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

R = 33.75%
G = 34.75%
B = 31.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#878B7E (or 0x878B7E) is known color: Gunsmoke. HEX triplet: 87, 8B and 7E. RGB value is (135,139,126). Sum of RGB (Red+Green+Blue) = 135+139+126=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 139 - color contains mainly: green. Hex color #878B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B7E is #787481. Grayscale: #888888. Windows color (decimal): -7894146 or 8293255. OLE color: 8293255.

HSL color Cylindrical-coordinate representation of color #878B7E: hue angle of 78.46º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #878B7E is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 139 126 -
CMYK 0.03 0 0.09 0.45
HSL 78.46º 0.05% 0.52% -
HSV(B) 78.46º 0.09% 0.55% -
XYZ 22.99 25.12 23.38 -
YUV 136.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 135 139 126 0.03 0 0.09 0.45 78.46 0.05 0.52
Hex 87 8B 7E 3 0 9 2D 4E 5 34
Octal 207 213 176 3 0 11 55 116 5 64
Binary 10000111 10001011 1111110 11 0 1001 101101 1001110 101 110100

Color Harmonies of #878B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878B7E

Black with #878B7E

Text Example


Text Example

White with #878B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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