Html Css Color HEX #868B7F Gunsmoke

📋 copy color: '#868B7F'

red 134 ◦ green 139 ◦ blue 127

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

Shades of Gunsmoke #868B7F

Tints of Gunsmoke #868B7F

RGB

 RED value IS 134 (52.73% from 255) = 33.5%

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

 BLUE value IS 127 (50% from 255) = 31.75%

R = 33.5%
G = 34.75%
B = 31.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#868B7F (or 0x868B7F) is known color: Gunsmoke. HEX triplet: 86, 8B and 7F. RGB value is (134,139,127). Sum of RGB (Red+Green+Blue) = 134+139+127=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 139 - color contains mainly: green. Hex color #868B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B7F is #797480. Grayscale: #888888. Windows color (decimal): -7959681 or 8358790. OLE color: 8358790.

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

Color convert

RGB 134 139 127 -
CMYK 0.04 0 0.09 0.45
HSL 85º 0.05% 0.52% -
HSV(B) 85º 0.09% 0.55% -
XYZ 22.89 25.07 23.71 -
YUV 136.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 134 139 127 0.04 0 0.09 0.45 85 0.05 0.52
Hex 86 8B 7F 4 0 9 2D 55 5 34
Octal 206 213 177 4 0 11 55 125 5 64
Binary 10000110 10001011 1111111 100 0 1001 101101 1010101 101 110100

Color Harmonies of #868B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868B7F

Black with #868B7F

Text Example


Text Example

White with #868B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868B7F; }

 p { color: rgb(134,139,127); }

 H1.HeaderClassName
 {
   color: #868B7F;
 }
 .AnyTagClassName
 {
   color: #868B7F;
 }
</style>

background-color css

<style>
 a { background-color: #868B7F; }

 a { background-color: rgb(134,139,127); }

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

border-color css

<style>
 span { border-color: #868B7F; }

 span { border-color: rgb(134,139,127); }

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