Html Css Color HEX #858980 Gunsmoke

📋 copy color: '#858980'

red 133 ◦ green 137 ◦ blue 128

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

Shades of Gunsmoke #858980

Tints of Gunsmoke #858980

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.42%

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

R = 33.42%
G = 34.42%
B = 32.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#858980 (or 0x858980) is known color: Gunsmoke. HEX triplet: 85, 89 and 80. RGB value is (133,137,128). Sum of RGB (Red+Green+Blue) = 133+137+128=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 137 - color contains mainly: green. Hex color #858980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858980 is #7A767F. Grayscale: #868686. Windows color (decimal): -8025728 or 8423813. OLE color: 8423813.

HSL color Cylindrical-coordinate representation of color #858980: hue angle of 86.67º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #858980 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 128 -
CMYK 0.03 0 0.07 0.46
HSL 86.67º 0.04% 0.52% -
HSV(B) 86.67º 0.07% 0.54% -
XYZ 22.51 24.44 23.95 -
YUV 134.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 133 137 128 0.03 0 0.07 0.46 86.67 0.04 0.52
Hex 85 89 80 3 0 7 2E 57 4 34
Octal 205 211 200 3 0 7 56 127 4 64
Binary 10000101 10001001 10000000 11 0 111 101110 1010111 100 110100

Color Harmonies of #858980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858980

Black with #858980

Text Example


Text Example

White with #858980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858980; }

 p { color: rgb(133,137,128); }

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

background-color css

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

 a { background-color: rgb(133,137,128); }

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

border-color css

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

 span { border-color: rgb(133,137,128); }

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