Html Css Color HEX #868882 Gunsmoke

📋 copy color: '#868882'

red 134 ◦ green 136 ◦ blue 130

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

Shades of Gunsmoke #868882

Tints of Gunsmoke #868882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34%

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

R = 33.5%
G = 34%
B = 32.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#868882 (or 0x868882) is known color: Gunsmoke. HEX triplet: 86, 88 and 82. RGB value is (134,136,130). Sum of RGB (Red+Green+Blue) = 134+136+130=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 136 - color contains mainly: green. Hex color #868882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868882 is #79777D. Grayscale: #868686. Windows color (decimal): -7960446 or 8554630. OLE color: 8554630.

HSL color Cylindrical-coordinate representation of color #868882: hue angle of 80º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #868882 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 136 130 -
CMYK 0.01 0 0.04 0.47
HSL 80º 0.02% 0.52% -
HSV(B) 80º 0.04% 0.53% -
XYZ 22.66 24.29 24.61 -
YUV 134.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 134 136 130 0.01 0 0.04 0.47 80 0.02 0.52
Hex 86 88 82 1 0 4 2F 50 2 34
Octal 206 210 202 1 0 4 57 120 2 64
Binary 10000110 10001000 10000010 1 0 100 101111 1010000 10 110100

Color Harmonies of #868882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868882

Black with #868882

Text Example


Text Example

White with #868882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868882; }

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

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

background-color css

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

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

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

border-color css

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

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

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