Html Css Color HEX #858A79 Gunsmoke

📋 copy color: '#858A79'

red 133 ◦ green 138 ◦ blue 121

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

Shades of Gunsmoke #858A79

Tints of Gunsmoke #858A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.2%

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

R = 33.93%
G = 35.2%
B = 30.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#858A79 (or 0x858A79) is known color: Gunsmoke. HEX triplet: 85, 8A and 79. RGB value is (133,138,121). Sum of RGB (Red+Green+Blue) = 133+138+121=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 138 - color contains mainly: green. Hex color #858A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858A79 is #7A7586. Grayscale: #868686. Windows color (decimal): -8025479 or 7965317. OLE color: 7965317.

HSL color Cylindrical-coordinate representation of color #858A79: hue angle of 77.65º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858A79 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 138 121 -
CMYK 0.04 0 0.12 0.46
HSL 77.65º 0.07% 0.51% -
HSV(B) 77.65º 0.12% 0.54% -
XYZ 22.21 24.54 21.66 -
YUV 134.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 133 138 121 0.04 0 0.12 0.46 77.65 0.07 0.51
Hex 85 8A 79 4 0 C 2E 4E 7 33
Octal 205 212 171 4 0 14 56 116 7 63
Binary 10000101 10001010 1111001 100 0 1100 101110 1001110 111 110011

Color Harmonies of #858A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A79

Black with #858A79

Text Example


Text Example

White with #858A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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