Html Css Color HEX #858978 Gunsmoke

📋 copy color: '#858978'

red 133 ◦ green 137 ◦ blue 120

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

Shades of Gunsmoke #858978

Tints of Gunsmoke #858978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.13%

 BLUE value IS 120 (47.27% from 255) = 30.77%

R = 34.1%
G = 35.13%
B = 30.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#858978 (or 0x858978) is known color: Gunsmoke. HEX triplet: 85, 89 and 78. RGB value is (133,137,120). Sum of RGB (Red+Green+Blue) = 133+137+120=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 137 - color contains mainly: green. Hex color #858978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858978 is #7A7687. Grayscale: #858585. Windows color (decimal): -8025736 or 7899525. OLE color: 7899525.

HSL color Cylindrical-coordinate representation of color #858978: hue angle of 74.12º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858978 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 120 -
CMYK 0.03 0 0.12 0.46
HSL 74.12º 0.07% 0.5% -
HSV(B) 74.12º 0.12% 0.54% -
XYZ 22.01 24.23 21.29 -
YUV 133.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 133 137 120 0.03 0 0.12 0.46 74.12 0.07 0.5
Hex 85 89 78 3 0 C 2E 4A 7 32
Octal 205 211 170 3 0 14 56 112 7 62
Binary 10000101 10001001 1111000 11 0 1100 101110 1001010 111 110010

Color Harmonies of #858978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858978

Black with #858978

Text Example


Text Example

White with #858978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858978; }

 p { color: rgb(133,137,120); }

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

background-color css

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

 a { background-color: rgb(133,137,120); }

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

border-color css

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

 span { border-color: rgb(133,137,120); }

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