Html Css Color HEX #868883 Gunsmoke

📋 copy color: '#868883'

red 134 ◦ green 136 ◦ blue 131

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

Shades of Gunsmoke #868883

Tints of Gunsmoke #868883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.67%

R = 33.42%
G = 33.92%
B = 32.67%

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

#868883 (or 0x868883) is known color: Gunsmoke. HEX triplet: 86, 88 and 83. RGB value is (134,136,131). Sum of RGB (Red+Green+Blue) = 134+136+131=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 136 - color contains mainly: green. Hex color #868883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868883 is #79777C. Grayscale: #868686. Windows color (decimal): -7960445 or 8620166. OLE color: 8620166.

HSL color Cylindrical-coordinate representation of color #868883: hue angle of 84º 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 #868883 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 136 131 -
CMYK 0.01 0 0.04 0.47
HSL 84º 0.02% 0.52% -
HSV(B) 84º 0.04% 0.53% -
XYZ 22.73 24.32 24.97 -
YUV 134.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 134 136 131 0.01 0 0.04 0.47 84 0.02 0.52
Hex 86 88 83 1 0 4 2F 54 2 34
Octal 206 210 203 1 0 4 57 124 2 64
Binary 10000110 10001000 10000011 1 0 100 101111 1010100 10 110100

Color Harmonies of #868883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868883

Black with #868883

Text Example


Text Example

White with #868883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868883; }

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

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

background-color css

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

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

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

border-color css

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

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

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