Html Css Color HEX #878B7B Gunsmoke

📋 copy color: '#878B7B'

red 135 ◦ green 139 ◦ blue 123

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

Shades of Gunsmoke #878B7B

Tints of Gunsmoke #878B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.98%

R = 34.01%
G = 35.01%
B = 30.98%

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

#878B7B (or 0x878B7B) is known color: Gunsmoke. HEX triplet: 87, 8B and 7B. RGB value is (135,139,123). Sum of RGB (Red+Green+Blue) = 135+139+123=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 139 - color contains mainly: green. Hex color #878B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B7B is #787484. Grayscale: #888888. Windows color (decimal): -7894149 or 8096647. OLE color: 8096647.

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

Color convert

RGB 135 139 123 -
CMYK 0.03 0 0.12 0.45
HSL 75º 0.06% 0.51% -
HSV(B) 75º 0.12% 0.55% -
XYZ 22.8 25.05 22.37 -
YUV 135.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 135 139 123 0.03 0 0.12 0.45 75 0.06 0.51
Hex 87 8B 7B 3 0 C 2D 4B 6 33
Octal 207 213 173 3 0 14 55 113 6 63
Binary 10000111 10001011 1111011 11 0 1100 101101 1001011 110 110011

Color Harmonies of #878B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878B7B

Black with #878B7B

Text Example


Text Example

White with #878B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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