Html Css Color HEX #858882 Gunsmoke

📋 copy color: '#858882'

red 133 ◦ green 136 ◦ blue 130

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

Shades of Gunsmoke #858882

Tints of Gunsmoke #858882

RGB

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

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

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

R = 33.33%
G = 34.09%
B = 32.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#858882 (or 0x858882) is known color: Gunsmoke. HEX triplet: 85, 88 and 82. RGB value is (133,136,130). Sum of RGB (Red+Green+Blue) = 133+136+130=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 136 - color contains mainly: green. Hex color #858882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858882 is #7A777D. Grayscale: #868686. Windows color (decimal): -8025982 or 8554629. OLE color: 8554629.

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

Color convert

RGB 133 136 130 -
CMYK 0.02 0 0.04 0.47
HSL 90º 0.02% 0.52% -
HSV(B) 90º 0.04% 0.53% -
XYZ 22.51 24.21 24.61 -
YUV 134.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 133 136 130 0.02 0 0.04 0.47 90 0.02 0.52
Hex 85 88 82 2 0 4 2F 5A 2 34
Octal 205 210 202 2 0 4 57 132 2 64
Binary 10000101 10001000 10000010 10 0 100 101111 1011010 10 110100

Color Harmonies of #858882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858882

Black with #858882

Text Example


Text Example

White with #858882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858882; }

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

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

background-color css

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

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

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

border-color css

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

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

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