Html Css Color HEX #878F7A Gunsmoke

📋 copy color: '#878F7A'

red 135 ◦ green 143 ◦ blue 122

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

Shades of Gunsmoke #878F7A

Tints of Gunsmoke #878F7A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.75%

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

R = 33.75%
G = 35.75%
B = 30.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#878F7A (or 0x878F7A) is known color: Gunsmoke. HEX triplet: 87, 8F and 7A. RGB value is (135,143,122). Sum of RGB (Red+Green+Blue) = 135+143+122=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 143 - color contains mainly: green. Hex color #878F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878F7A is #787085. Grayscale: #8A8A8A. Windows color (decimal): -7893126 or 8032135. OLE color: 8032135.

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

Color convert

RGB 135 143 122 -
CMYK 0.06 0 0.15 0.44
HSL 82.86º 0.09% 0.52% -
HSV(B) 82.86º 0.15% 0.56% -
XYZ 23.33 26.2 22.24 -
YUV 138.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 135 143 122 0.06 0 0.15 0.44 82.86 0.09 0.52
Hex 87 8F 7A 6 0 F 2C 53 9 34
Octal 207 217 172 6 0 17 54 123 11 64
Binary 10000111 10001111 1111010 110 0 1111 101100 1010011 1001 110100

Color Harmonies of #878F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878F7A

Black with #878F7A

Text Example


Text Example

White with #878F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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