Html Css Color HEX #858E77 Gunsmoke

📋 copy color: '#858E77'

red 133 ◦ green 142 ◦ blue 119

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

Shades of Gunsmoke #858E77

Tints of Gunsmoke #858E77

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.04%

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 33.76%
G = 36.04%
B = 30.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#858E77 (or 0x858E77) is known color: Gunsmoke. HEX triplet: 85, 8E and 77. RGB value is (133,142,119). Sum of RGB (Red+Green+Blue) = 133+142+119=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 142 - color contains mainly: green. Hex color #858E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E77 is #7A7188. Grayscale: #888888. Windows color (decimal): -8024457 or 7835269. OLE color: 7835269.

HSL color Cylindrical-coordinate representation of color #858E77: hue angle of 83.48º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #858E77 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 142 119 -
CMYK 0.06 0 0.16 0.44
HSL 83.48º 0.09% 0.51% -
HSV(B) 83.48º 0.16% 0.56% -
XYZ 22.68 25.66 21.21 -
YUV 136.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 133 142 119 0.06 0 0.16 0.44 83.48 0.09 0.51
Hex 85 8E 77 6 0 10 2C 53 9 33
Octal 205 216 167 6 0 20 54 123 11 63
Binary 10000101 10001110 1110111 110 0 10000 101100 1010011 1001 110011

Color Harmonies of #858E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E77

Black with #858E77

Text Example


Text Example

White with #858E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858E77; }

 p { color: rgb(133,142,119); }

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

background-color css

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

 a { background-color: rgb(133,142,119); }

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

border-color css

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

 span { border-color: rgb(133,142,119); }

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