Html Css Color HEX #868785 Gunsmoke

📋 copy color: '#868785'

red 134 ◦ green 135 ◦ blue 133

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

Shades of Gunsmoke #868785

Tints of Gunsmoke #868785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.58%

 BLUE value IS 133 (52.34% from 255) = 33.08%

R = 33.33%
G = 33.58%
B = 33.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#868785 (or 0x868785) is known color: Gunsmoke. HEX triplet: 86, 87 and 85. RGB value is (134,135,133). Sum of RGB (Red+Green+Blue) = 134+135+133=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 135 - color contains mainly: green. Hex color #868785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868785 is #79787A. Grayscale: #868686. Windows color (decimal): -7960699 or 8750982. OLE color: 8750982.

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

Color convert

RGB 134 135 133 -
CMYK 0.01 0 0.01 0.47
HSL 90º 0.01% 0.53% -
HSV(B) 90º 0.01% 0.53% -
XYZ 22.73 24.09 25.64 -
YUV 134.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 134 135 133 0.01 0 0.01 0.47 90 0.01 0.53
Hex 86 87 85 1 0 1 2F 5A 1 35
Octal 206 207 205 1 0 1 57 132 1 65
Binary 10000110 10000111 10000101 1 0 1 101111 1011010 1 110101

Color Harmonies of #868785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868785

Black with #868785

Text Example


Text Example

White with #868785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868785; }

 p { color: rgb(134,135,133); }

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

background-color css

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

 a { background-color: rgb(134,135,133); }

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

border-color css

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

 span { border-color: rgb(134,135,133); }

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