Html Css Color HEX #858E72 Gunsmoke

📋 copy color: '#858E72'

red 133 ◦ green 142 ◦ blue 114

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

Shades of Gunsmoke #858E72

Tints of Gunsmoke #858E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.5%

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

R = 34.19%
G = 36.5%
B = 29.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#858E72 (or 0x858E72) is known color: Gunsmoke. HEX triplet: 85, 8E and 72. RGB value is (133,142,114). Sum of RGB (Red+Green+Blue) = 133+142+114=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 142 - color contains mainly: green. Hex color #858E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E72 is #7A718D. Grayscale: #888888. Windows color (decimal): -8024462 or 7507589. OLE color: 7507589.

HSL color Cylindrical-coordinate representation of color #858E72: hue angle of 79.29º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #858E72 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 142 114 -
CMYK 0.06 0 0.20 0.44
HSL 79.29º 0.11% 0.5% -
HSV(B) 79.29º 0.2% 0.56% -
XYZ 22.38 25.55 19.67 -
YUV 136.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 133 142 114 0.06 0 0.20 0.44 79.29 0.11 0.5
Hex 85 8E 72 6 0 14 2C 4F B 32
Octal 205 216 162 6 0 24 54 117 13 62
Binary 10000101 10001110 1110010 110 0 10100 101100 1001111 1011 110010

Color Harmonies of #858E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E72

Black with #858E72

Text Example


Text Example

White with #858E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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