Html Css Color HEX #858D7A Gunsmoke

📋 copy color: '#858D7A'

red 133 ◦ green 141 ◦ blue 122

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

Shades of Gunsmoke #858D7A

Tints of Gunsmoke #858D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.81%

R = 33.59%
G = 35.61%
B = 30.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#858D7A (or 0x858D7A) is known color: Gunsmoke. HEX triplet: 85, 8D and 7A. RGB value is (133,141,122). Sum of RGB (Red+Green+Blue) = 133+141+122=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 141 - color contains mainly: green. Hex color #858D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D7A is #7A7285. Grayscale: #888888. Windows color (decimal): -8024710 or 8031621. OLE color: 8031621.

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

Color convert

RGB 133 141 122 -
CMYK 0.06 0 0.13 0.45
HSL 85.26º 0.08% 0.52% -
HSV(B) 85.26º 0.13% 0.55% -
XYZ 22.71 25.44 22.13 -
YUV 136.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 133 141 122 0.06 0 0.13 0.45 85.26 0.08 0.52
Hex 85 8D 7A 6 0 D 2D 55 8 34
Octal 205 215 172 6 0 15 55 125 10 64
Binary 10000101 10001101 1111010 110 0 1101 101101 1010101 1000 110100

Color Harmonies of #858D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D7A

Black with #858D7A

Text Example


Text Example

White with #858D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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