Html Css Color HEX #878E7D Gunsmoke

📋 copy color: '#878E7D'

red 135 ◦ green 142 ◦ blue 125

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

Shades of Gunsmoke #878E7D

Tints of Gunsmoke #878E7D

RGB

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

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

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

R = 33.58%
G = 35.32%
B = 31.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#878E7D (or 0x878E7D) is known color: Gunsmoke. HEX triplet: 87, 8E and 7D. RGB value is (135,142,125). Sum of RGB (Red+Green+Blue) = 135+142+125=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 142 - color contains mainly: green. Hex color #878E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878E7D is #787182. Grayscale: #8A8A8A. Windows color (decimal): -7893379 or 8228487. OLE color: 8228487.

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

Color convert

RGB 135 142 125 -
CMYK 0.05 0 0.12 0.44
HSL 84.71º 0.07% 0.52% -
HSV(B) 84.71º 0.12% 0.56% -
XYZ 23.37 25.98 23.18 -
YUV 137.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 135 142 125 0.05 0 0.12 0.44 84.71 0.07 0.52
Hex 87 8E 7D 5 0 C 2C 55 7 34
Octal 207 216 175 5 0 14 54 125 7 64
Binary 10000111 10001110 1111101 101 0 1100 101100 1010101 111 110100

Color Harmonies of #878E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878E7D

Black with #878E7D

Text Example


Text Example

White with #878E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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