Html Css Color HEX #787C6D Gunsmoke

📋 copy color: '#787C6D'

red 120 ◦ green 124 ◦ blue 109

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

Shades of Gunsmoke #787C6D

Tints of Gunsmoke #787C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 33.99%
G = 35.13%
B = 30.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#787C6D (or 0x787C6D) is known color: Gunsmoke. HEX triplet: 78, 7C and 6D. RGB value is (120,124,109). Sum of RGB (Red+Green+Blue) = 120+124+109=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 124 - color contains mainly: green. Hex color #787C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C6D is #878392. Grayscale: #797979. Windows color (decimal): -8881043 or 7175288. OLE color: 7175288.

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

Color convert

RGB 120 124 109 -
CMYK 0.03 0 0.12 0.51
HSL 76º 0.06% 0.46% -
HSV(B) 76º 0.12% 0.49% -
XYZ 17.71 19.51 17.3 -
YUV 121.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 120 124 109 0.03 0 0.12 0.51 76 0.06 0.46
Hex 78 7C 6D 3 0 C 33 4C 6 2E
Octal 170 174 155 3 0 14 63 114 6 56
Binary 1111000 1111100 1101101 11 0 1100 110011 1001100 110 101110

Color Harmonies of #787C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787C6D

Black with #787C6D

Text Example


Text Example

White with #787C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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