Html Css Color HEX #787C71 Gunsmoke

📋 copy color: '#787C71'

red 120 ◦ green 124 ◦ blue 113

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

Shades of Gunsmoke #787C71

Tints of Gunsmoke #787C71

RGB

 RED value IS 120 (47.27% from 255) = 33.61%

 GREEN value IS 124 (48.83% from 255) = 34.73%

 BLUE value IS 113 (44.53% from 255) = 31.65%

R = 33.61%
G = 34.73%
B = 31.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#787C71 (or 0x787C71) is known color: Gunsmoke. HEX triplet: 78, 7C and 71. RGB value is (120,124,113). Sum of RGB (Red+Green+Blue) = 120+124+113=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 124 - color contains mainly: green. Hex color #787C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C71 is #87838E. Grayscale: #797979. Windows color (decimal): -8881039 or 7437432. OLE color: 7437432.

HSL color Cylindrical-coordinate representation of color #787C71: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #787C71 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 124 113 -
CMYK 0.03 0 0.09 0.51
HSL 81.82º 0.05% 0.46% -
HSV(B) 81.82º 0.09% 0.49% -
XYZ 17.93 19.6 18.46 -
YUV 121.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 120 124 113 0.03 0 0.09 0.51 81.82 0.05 0.46
Hex 78 7C 71 3 0 9 33 52 5 2E
Octal 170 174 161 3 0 11 63 122 5 56
Binary 1111000 1111100 1110001 11 0 1001 110011 1010010 101 101110

Color Harmonies of #787C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787C71

Black with #787C71

Text Example


Text Example

White with #787C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787C71; }

 p { color: rgb(120,124,113); }

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

background-color css

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

 a { background-color: rgb(120,124,113); }

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

border-color css

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

 span { border-color: rgb(120,124,113); }

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