Html Css Color HEX #858D74 Gunsmoke

📋 copy color: '#858D74'

red 133 ◦ green 141 ◦ blue 116

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

Shades of Gunsmoke #858D74

Tints of Gunsmoke #858D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.74%

R = 34.1%
G = 36.15%
B = 29.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#858D74 (or 0x858D74) is known color: Gunsmoke. HEX triplet: 85, 8D and 74. RGB value is (133,141,116). Sum of RGB (Red+Green+Blue) = 133+141+116=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 141 - color contains mainly: green. Hex color #858D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D74 is #7A728B. Grayscale: #878787. Windows color (decimal): -8024716 or 7638405. OLE color: 7638405.

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

Color convert

RGB 133 141 116 -
CMYK 0.06 0 0.18 0.45
HSL 79.2º 0.1% 0.5% -
HSV(B) 79.2º 0.18% 0.55% -
XYZ 22.35 25.3 20.23 -
YUV 135.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 133 141 116 0.06 0 0.18 0.45 79.2 0.1 0.5
Hex 85 8D 74 6 0 12 2D 4F A 32
Octal 205 215 164 6 0 22 55 117 12 62
Binary 10000101 10001101 1110100 110 0 10010 101101 1001111 1010 110010

Color Harmonies of #858D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D74

Black with #858D74

Text Example


Text Example

White with #858D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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