Html Css Color HEX #858881 Gunsmoke

📋 copy color: '#858881'

red 133 ◦ green 136 ◦ blue 129

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

Shades of Gunsmoke #858881

Tints of Gunsmoke #858881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.41%

R = 33.42%
G = 34.17%
B = 32.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#858881 (or 0x858881) is known color: Gunsmoke. HEX triplet: 85, 88 and 81. RGB value is (133,136,129). Sum of RGB (Red+Green+Blue) = 133+136+129=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 136 - color contains mainly: green. Hex color #858881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858881 is #7A777E. Grayscale: #868686. Windows color (decimal): -8025983 or 8489093. OLE color: 8489093.

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

Color convert

RGB 133 136 129 -
CMYK 0.02 0 0.05 0.47
HSL 85.71º 0.03% 0.52% -
HSV(B) 85.71º 0.05% 0.53% -
XYZ 22.44 24.18 24.25 -
YUV 134.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 133 136 129 0.02 0 0.05 0.47 85.71 0.03 0.52
Hex 85 88 81 2 0 5 2F 56 3 34
Octal 205 210 201 2 0 5 57 126 3 64
Binary 10000101 10001000 10000001 10 0 101 101111 1010110 11 110100

Color Harmonies of #858881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858881

Black with #858881

Text Example


Text Example

White with #858881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858881; }

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

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

background-color css

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

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

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

border-color css

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

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

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