Html Css Color HEX #878D7A Gunsmoke

📋 copy color: '#878D7A'

red 135 ◦ green 141 ◦ blue 122

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

Shades of Gunsmoke #878D7A

Tints of Gunsmoke #878D7A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.43%

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 33.92%
G = 35.43%
B = 30.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#878D7A (or 0x878D7A) is known color: Gunsmoke. HEX triplet: 87, 8D and 7A. RGB value is (135,141,122). Sum of RGB (Red+Green+Blue) = 135+141+122=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 141 - color contains mainly: green. Hex color #878D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D7A is #787285. Grayscale: #898989. Windows color (decimal): -7893638 or 8031623. OLE color: 8031623.

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

Color convert

RGB 135 141 122 -
CMYK 0.04 0 0.13 0.45
HSL 78.95º 0.08% 0.52% -
HSV(B) 78.95º 0.13% 0.55% -
XYZ 23.03 25.61 22.14 -
YUV 137.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 135 141 122 0.04 0 0.13 0.45 78.95 0.08 0.52
Hex 87 8D 7A 4 0 D 2D 4F 8 34
Octal 207 215 172 4 0 15 55 117 10 64
Binary 10000111 10001101 1111010 100 0 1101 101101 1001111 1000 110100

Color Harmonies of #878D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878D7A

Black with #878D7A

Text Example


Text Example

White with #878D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,141,122); }

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

background-color css

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

 a { background-color: rgb(135,141,122); }

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

border-color css

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

 span { border-color: rgb(135,141,122); }

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