Html Css Color HEX #878B7A Gunsmoke

📋 copy color: '#878B7A'

red 135 ◦ green 139 ◦ blue 122

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

Shades of Gunsmoke #878B7A

Tints of Gunsmoke #878B7A

RGB

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

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

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

R = 34.09%
G = 35.1%
B = 30.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#878B7A (or 0x878B7A) is known color: Gunsmoke. HEX triplet: 87, 8B and 7A. RGB value is (135,139,122). Sum of RGB (Red+Green+Blue) = 135+139+122=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 139 - color contains mainly: green. Hex color #878B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B7A is #787485. Grayscale: #878787. Windows color (decimal): -7894150 or 8031111. OLE color: 8031111.

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

Color convert

RGB 135 139 122 -
CMYK 0.03 0 0.12 0.45
HSL 74.12º 0.07% 0.51% -
HSV(B) 74.12º 0.12% 0.55% -
XYZ 22.74 25.02 22.04 -
YUV 135.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 135 139 122 0.03 0 0.12 0.45 74.12 0.07 0.51
Hex 87 8B 7A 3 0 C 2D 4A 7 33
Octal 207 213 172 3 0 14 55 112 7 63
Binary 10000111 10001011 1111010 11 0 1100 101101 1001010 111 110011

Color Harmonies of #878B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878B7A

Black with #878B7A

Text Example


Text Example

White with #878B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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