Html Css Color HEX #787C6E Gunsmoke

📋 copy color: '#787C6E'

red 120 ◦ green 124 ◦ blue 110

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

Shades of Gunsmoke #787C6E

Tints of Gunsmoke #787C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 33.9%
G = 35.03%
B = 31.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#787C6E (or 0x787C6E) is known color: Gunsmoke. HEX triplet: 78, 7C and 6E. RGB value is (120,124,110). Sum of RGB (Red+Green+Blue) = 120+124+110=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 124 - color contains mainly: green. Hex color #787C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C6E is #878391. Grayscale: #797979. Windows color (decimal): -8881042 or 7240824. OLE color: 7240824.

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

Color convert

RGB 120 124 110 -
CMYK 0.03 0 0.11 0.51
HSL 77.14º 0.06% 0.46% -
HSV(B) 77.14º 0.11% 0.49% -
XYZ 17.77 19.53 17.59 -
YUV 121.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 120 124 110 0.03 0 0.11 0.51 77.14 0.06 0.46
Hex 78 7C 6E 3 0 B 33 4D 6 2E
Octal 170 174 156 3 0 13 63 115 6 56
Binary 1111000 1111100 1101110 11 0 1011 110011 1001101 110 101110

Color Harmonies of #787C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787C6E

Black with #787C6E

Text Example


Text Example

White with #787C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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