Html Css Color HEX #858D72 Gunsmoke

📋 copy color: '#858D72'

red 133 ◦ green 141 ◦ blue 114

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

Shades of Gunsmoke #858D72

Tints of Gunsmoke #858D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 34.28%
G = 36.34%
B = 29.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#858D72 (or 0x858D72) is known color: Gunsmoke. HEX triplet: 85, 8D and 72. RGB value is (133,141,114). Sum of RGB (Red+Green+Blue) = 133+141+114=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 141 - color contains mainly: green. Hex color #858D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D72 is #7A728D. Grayscale: #878787. Windows color (decimal): -8024718 or 7507333. OLE color: 7507333.

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

Color convert

RGB 133 141 114 -
CMYK 0.06 0 0.19 0.45
HSL 77.78º 0.11% 0.5% -
HSV(B) 77.78º 0.19% 0.55% -
XYZ 22.24 25.25 19.62 -
YUV 135.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 133 141 114 0.06 0 0.19 0.45 77.78 0.11 0.5
Hex 85 8D 72 6 0 13 2D 4E B 32
Octal 205 215 162 6 0 23 55 116 13 62
Binary 10000101 10001101 1110010 110 0 10011 101101 1001110 1011 110010

Color Harmonies of #858D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D72

Black with #858D72

Text Example


Text Example

White with #858D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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