Html Css Color HEX #868982 Gunsmoke

📋 copy color: '#868982'

red 134 ◦ green 137 ◦ blue 130

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

Shades of Gunsmoke #868982

Tints of Gunsmoke #868982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.16%

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 33.42%
G = 34.16%
B = 32.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#868982 (or 0x868982) is known color: Gunsmoke. HEX triplet: 86, 89 and 82. RGB value is (134,137,130). Sum of RGB (Red+Green+Blue) = 134+137+130=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 137 - color contains mainly: green. Hex color #868982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868982 is #79767D. Grayscale: #878787. Windows color (decimal): -7960190 or 8554886. OLE color: 8554886.

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

Color convert

RGB 134 137 130 -
CMYK 0.02 0 0.05 0.46
HSL 85.71º 0.03% 0.52% -
HSV(B) 85.71º 0.05% 0.54% -
XYZ 22.81 24.57 24.66 -
YUV 135.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 134 137 130 0.02 0 0.05 0.46 85.71 0.03 0.52
Hex 86 89 82 2 0 5 2E 56 3 34
Octal 206 211 202 2 0 5 56 126 3 64
Binary 10000110 10001001 10000010 10 0 101 101110 1010110 11 110100

Color Harmonies of #868982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868982

Black with #868982

Text Example


Text Example

White with #868982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868982; }

 p { color: rgb(134,137,130); }

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

background-color css

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

 a { background-color: rgb(134,137,130); }

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

border-color css

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

 span { border-color: rgb(134,137,130); }

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