Html Css Color HEX #858C77 Gunsmoke

📋 copy color: '#858C77'

red 133 ◦ green 140 ◦ blue 119

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

Shades of Gunsmoke #858C77

Tints of Gunsmoke #858C77

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.71%

 BLUE value IS 119 (46.88% from 255) = 30.36%

R = 33.93%
G = 35.71%
B = 30.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#858C77 (or 0x858C77) is known color: Gunsmoke. HEX triplet: 85, 8C and 77. RGB value is (133,140,119). Sum of RGB (Red+Green+Blue) = 133+140+119=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 140 - color contains mainly: green. Hex color #858C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C77 is #7A7388. Grayscale: #878787. Windows color (decimal): -8024969 or 7834757. OLE color: 7834757.

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

Color convert

RGB 133 140 119 -
CMYK 0.05 0 0.15 0.45
HSL 80º 0.08% 0.51% -
HSV(B) 80º 0.15% 0.55% -
XYZ 22.38 25.07 21.11 -
YUV 135.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 133 140 119 0.05 0 0.15 0.45 80 0.08 0.51
Hex 85 8C 77 5 0 F 2D 50 8 33
Octal 205 214 167 5 0 17 55 120 10 63
Binary 10000101 10001100 1110111 101 0 1111 101101 1010000 1000 110011

Color Harmonies of #858C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C77

Black with #858C77

Text Example


Text Example

White with #858C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,140,119); }

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

background-color css

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

 a { background-color: rgb(133,140,119); }

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

border-color css

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

 span { border-color: rgb(133,140,119); }

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