Html Css Color HEX #868B7D Gunsmoke

📋 copy color: '#868B7D'

red 134 ◦ green 139 ◦ blue 125

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

Shades of Gunsmoke #868B7D

Tints of Gunsmoke #868B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 33.67%
G = 34.92%
B = 31.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#868B7D (or 0x868B7D) is known color: Gunsmoke. HEX triplet: 86, 8B and 7D. RGB value is (134,139,125). Sum of RGB (Red+Green+Blue) = 134+139+125=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 139 - color contains mainly: green. Hex color #868B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B7D is #797482. Grayscale: #878787. Windows color (decimal): -7959683 or 8227718. OLE color: 8227718.

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

Color convert

RGB 134 139 125 -
CMYK 0.04 0 0.10 0.45
HSL 81.43º 0.06% 0.52% -
HSV(B) 81.43º 0.1% 0.55% -
XYZ 22.77 25.01 23.03 -
YUV 135.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 134 139 125 0.04 0 0.10 0.45 81.43 0.06 0.52
Hex 86 8B 7D 4 0 A 2D 51 6 34
Octal 206 213 175 4 0 12 55 121 6 64
Binary 10000110 10001011 1111101 100 0 1010 101101 1010001 110 110100

Color Harmonies of #868B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868B7D

Black with #868B7D

Text Example


Text Example

White with #868B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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