Html Css Color HEX #858D77 Gunsmoke

📋 copy color: '#858D77'

red 133 ◦ green 141 ◦ blue 119

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

Shades of Gunsmoke #858D77

Tints of Gunsmoke #858D77

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.88%

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

R = 33.84%
G = 35.88%
B = 30.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#858D77 (or 0x858D77) is known color: Gunsmoke. HEX triplet: 85, 8D and 77. RGB value is (133,141,119). Sum of RGB (Red+Green+Blue) = 133+141+119=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 141 - color contains mainly: green. Hex color #858D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D77 is #7A7288. Grayscale: #888888. Windows color (decimal): -8024713 or 7835013. OLE color: 7835013.

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

Color convert

RGB 133 141 119 -
CMYK 0.06 0 0.16 0.45
HSL 81.82º 0.09% 0.51% -
HSV(B) 81.82º 0.16% 0.55% -
XYZ 22.53 25.37 21.16 -
YUV 136.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 133 141 119 0.06 0 0.16 0.45 81.82 0.09 0.51
Hex 85 8D 77 6 0 10 2D 52 9 33
Octal 205 215 167 6 0 20 55 122 11 63
Binary 10000101 10001101 1110111 110 0 10000 101101 1010010 1001 110011

Color Harmonies of #858D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D77

Black with #858D77

Text Example


Text Example

White with #858D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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