Html Css Color HEX #878B7D Gunsmoke

📋 copy color: '#878B7D'

red 135 ◦ green 139 ◦ blue 125

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

Shades of Gunsmoke #878B7D

Tints of Gunsmoke #878B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 33.83%
G = 34.84%
B = 31.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#878B7D (or 0x878B7D) is known color: Gunsmoke. HEX triplet: 87, 8B and 7D. RGB value is (135,139,125). Sum of RGB (Red+Green+Blue) = 135+139+125=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 139 - color contains mainly: green. Hex color #878B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B7D is #787482. Grayscale: #888888. Windows color (decimal): -7894147 or 8227719. OLE color: 8227719.

HSL color Cylindrical-coordinate representation of color #878B7D: hue angle of 77.14º 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 #878B7D is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 139 125 -
CMYK 0.03 0 0.10 0.45
HSL 77.14º 0.06% 0.52% -
HSV(B) 77.14º 0.1% 0.55% -
XYZ 22.93 25.1 23.04 -
YUV 136.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 135 139 125 0.03 0 0.10 0.45 77.14 0.06 0.52
Hex 87 8B 7D 3 0 A 2D 4D 6 34
Octal 207 213 175 3 0 12 55 115 6 64
Binary 10000111 10001011 1111101 11 0 1010 101101 1001101 110 110100

Color Harmonies of #878B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878B7D

Black with #878B7D

Text Example


Text Example

White with #878B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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