Html Css Color HEX #868A7F Gunsmoke

📋 copy color: '#868A7F'

red 134 ◦ green 138 ◦ blue 127

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

Shades of Gunsmoke #868A7F

Tints of Gunsmoke #868A7F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

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

R = 33.58%
G = 34.59%
B = 31.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#868A7F (or 0x868A7F) is known color: Gunsmoke. HEX triplet: 86, 8A and 7F. RGB value is (134,138,127). Sum of RGB (Red+Green+Blue) = 134+138+127=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 138 - color contains mainly: green. Hex color #868A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868A7F is #797580. Grayscale: #878787. Windows color (decimal): -7959937 or 8358534. OLE color: 8358534.

HSL color Cylindrical-coordinate representation of color #868A7F: hue angle of 81.82º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #868A7F is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 138 127 -
CMYK 0.03 0 0.08 0.46
HSL 81.82º 0.04% 0.52% -
HSV(B) 81.82º 0.08% 0.54% -
XYZ 22.75 24.78 23.66 -
YUV 135.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 134 138 127 0.03 0 0.08 0.46 81.82 0.04 0.52
Hex 86 8A 7F 3 0 8 2E 52 4 34
Octal 206 212 177 3 0 10 56 122 4 64
Binary 10000110 10001010 1111111 11 0 1000 101110 1010010 100 110100

Color Harmonies of #868A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868A7F

Black with #868A7F

Text Example


Text Example

White with #868A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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