Html Css Color HEX #858D76 Gunsmoke

📋 copy color: '#858D76'

red 133 ◦ green 141 ◦ blue 118

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

Shades of Gunsmoke #858D76

Tints of Gunsmoke #858D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 33.93%
G = 35.97%
B = 30.1%

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

#858D76 (or 0x858D76) is known color: Gunsmoke. HEX triplet: 85, 8D and 76. RGB value is (133,141,118). Sum of RGB (Red+Green+Blue) = 133+141+118=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #858D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D76 is #7A7289. Grayscale: #888888. Windows color (decimal): -8024714 or 7769477. OLE color: 7769477.

HSL color Cylindrical-coordinate representation of color #858D76: hue angle of 80.87º 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 #858D76 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 141 118 -
CMYK 0.06 0 0.16 0.45
HSL 80.87º 0.09% 0.51% -
HSV(B) 80.87º 0.16% 0.55% -
XYZ 22.47 25.34 20.85 -
YUV 135.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 133 141 118 0.06 0 0.16 0.45 80.87 0.09 0.51
Hex 85 8D 76 6 0 10 2D 51 9 33
Octal 205 215 166 6 0 20 55 121 11 63
Binary 10000101 10001101 1110110 110 0 10000 101101 1010001 1001 110011

Color Harmonies of #858D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D76

Black with #858D76

Text Example


Text Example

White with #858D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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