Html Css Color HEX #858C79 Gunsmoke

📋 copy color: '#858C79'

red 133 ◦ green 140 ◦ blue 121

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

Shades of Gunsmoke #858C79

Tints of Gunsmoke #858C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.53%

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

R = 33.76%
G = 35.53%
B = 30.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#858C79 (or 0x858C79) is known color: Gunsmoke. HEX triplet: 85, 8C and 79. RGB value is (133,140,121). Sum of RGB (Red+Green+Blue) = 133+140+121=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 140 - color contains mainly: green. Hex color #858C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C79 is #7A7386. Grayscale: #878787. Windows color (decimal): -8024967 or 7965829. OLE color: 7965829.

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

Color convert

RGB 133 140 121 -
CMYK 0.05 0 0.14 0.45
HSL 82.11º 0.08% 0.51% -
HSV(B) 82.11º 0.14% 0.55% -
XYZ 22.5 25.12 21.75 -
YUV 135.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 133 140 121 0.05 0 0.14 0.45 82.11 0.08 0.51
Hex 85 8C 79 5 0 E 2D 52 8 33
Octal 205 214 171 5 0 16 55 122 10 63
Binary 10000101 10001100 1111001 101 0 1110 101101 1010010 1000 110011

Color Harmonies of #858C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C79

Black with #858C79

Text Example


Text Example

White with #858C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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