Html Css Color HEX #858D75 Gunsmoke

📋 copy color: '#858D75'

red 133 ◦ green 141 ◦ blue 117

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

Shades of Gunsmoke #858D75

Tints of Gunsmoke #858D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 34.02%
G = 36.06%
B = 29.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#858D75 (or 0x858D75) is known color: Gunsmoke. HEX triplet: 85, 8D and 75. RGB value is (133,141,117). Sum of RGB (Red+Green+Blue) = 133+141+117=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 141 - color contains mainly: green. Hex color #858D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D75 is #7A728A. Grayscale: #878787. Windows color (decimal): -8024715 or 7703941. OLE color: 7703941.

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

Color convert

RGB 133 141 117 -
CMYK 0.06 0 0.17 0.45
HSL 80º 0.1% 0.51% -
HSV(B) 80º 0.17% 0.55% -
XYZ 22.41 25.32 20.54 -
YUV 135.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 133 141 117 0.06 0 0.17 0.45 80 0.1 0.51
Hex 85 8D 75 6 0 11 2D 50 A 33
Octal 205 215 165 6 0 21 55 120 12 63
Binary 10000101 10001101 1110101 110 0 10001 101101 1010000 1010 110011

Color Harmonies of #858D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D75

Black with #858D75

Text Example


Text Example

White with #858D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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