Html Css Color HEX #858D79 Gunsmoke

📋 copy color: '#858D79'

red 133 ◦ green 141 ◦ blue 121

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

Shades of Gunsmoke #858D79

Tints of Gunsmoke #858D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.63%

R = 33.67%
G = 35.7%
B = 30.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#858D79 (or 0x858D79) is known color: Gunsmoke. HEX triplet: 85, 8D and 79. RGB value is (133,141,121). Sum of RGB (Red+Green+Blue) = 133+141+121=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 141 - color contains mainly: green. Hex color #858D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D79 is #7A7286. Grayscale: #888888. Windows color (decimal): -8024711 or 7966085. OLE color: 7966085.

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

Color convert

RGB 133 141 121 -
CMYK 0.06 0 0.14 0.45
HSL 84º 0.08% 0.51% -
HSV(B) 84º 0.14% 0.55% -
XYZ 22.65 25.42 21.8 -
YUV 136.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 133 141 121 0.06 0 0.14 0.45 84 0.08 0.51
Hex 85 8D 79 6 0 E 2D 54 8 33
Octal 205 215 171 6 0 16 55 124 10 63
Binary 10000101 10001101 1111001 110 0 1110 101101 1010100 1000 110011

Color Harmonies of #858D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D79

Black with #858D79

Text Example


Text Example

White with #858D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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