Html Css Color HEX #858682 Gunsmoke

📋 copy color: '#858682'

red 133 ◦ green 134 ◦ blue 130

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

Shades of Gunsmoke #858682

Tints of Gunsmoke #858682

RGB

 RED value IS 133 (52.34% from 255) = 33.5%

 GREEN value IS 134 (52.73% from 255) = 33.75%

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

R = 33.5%
G = 33.75%
B = 32.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#858682 (or 0x858682) is known color: Gunsmoke. HEX triplet: 85, 86 and 82. RGB value is (133,134,130). Sum of RGB (Red+Green+Blue) = 133+134+130=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 134 - color contains mainly: green. Hex color #858682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858682 is #7A797D. Grayscale: #858585. Windows color (decimal): -8026494 or 8554117. OLE color: 8554117.

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

Color convert

RGB 133 134 130 -
CMYK 0.01 0 0.03 0.47
HSL 75º 0.02% 0.52% -
HSV(B) 75º 0.03% 0.53% -
XYZ 22.23 23.65 24.51 -
YUV 133.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 133 134 130 0.01 0 0.03 0.47 75 0.02 0.52
Hex 85 86 82 1 0 3 2F 4B 2 34
Octal 205 206 202 1 0 3 57 113 2 64
Binary 10000101 10000110 10000010 1 0 11 101111 1001011 10 110100

Color Harmonies of #858682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858682

Black with #858682

Text Example


Text Example

White with #858682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858682; }

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

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

background-color css

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

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

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

border-color css

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

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

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