Html Css Color HEX #868880 Gunsmoke

📋 copy color: '#868880'

red 134 ◦ green 136 ◦ blue 128

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

Shades of Gunsmoke #868880

Tints of Gunsmoke #868880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.16%

R = 33.67%
G = 34.17%
B = 32.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#868880 (or 0x868880) is known color: Gunsmoke. HEX triplet: 86, 88 and 80. RGB value is (134,136,128). Sum of RGB (Red+Green+Blue) = 134+136+128=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 136 - color contains mainly: green. Hex color #868880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868880 is #79777F. Grayscale: #868686. Windows color (decimal): -7960448 or 8423558. OLE color: 8423558.

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

Color convert

RGB 134 136 128 -
CMYK 0.01 0 0.06 0.47
HSL 75º 0.03% 0.52% -
HSV(B) 75º 0.06% 0.53% -
XYZ 22.53 24.24 23.91 -
YUV 134.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 134 136 128 0.01 0 0.06 0.47 75 0.03 0.52
Hex 86 88 80 1 0 6 2F 4B 3 34
Octal 206 210 200 1 0 6 57 113 3 64
Binary 10000110 10001000 10000000 1 0 110 101111 1001011 11 110100

Color Harmonies of #868880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868880

Black with #868880

Text Example


Text Example

White with #868880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868880; }

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

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

background-color css

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

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

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

border-color css

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

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

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