Html Css Color HEX #787E6D Gunsmoke

📋 copy color: '#787E6D'

red 120 ◦ green 126 ◦ blue 109

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

Shades of Gunsmoke #787E6D

Tints of Gunsmoke #787E6D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.49%

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

R = 33.8%
G = 35.49%
B = 30.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#787E6D (or 0x787E6D) is known color: Gunsmoke. HEX triplet: 78, 7E and 6D. RGB value is (120,126,109). Sum of RGB (Red+Green+Blue) = 120+126+109=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 126 - color contains mainly: green. Hex color #787E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787E6D is #878192. Grayscale: #7A7A7A. Windows color (decimal): -8880531 or 7175800. OLE color: 7175800.

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

Color convert

RGB 120 126 109 -
CMYK 0.05 0 0.13 0.51
HSL 81.18º 0.07% 0.46% -
HSV(B) 81.18º 0.13% 0.49% -
XYZ 17.97 20.02 17.39 -
YUV 122.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 120 126 109 0.05 0 0.13 0.51 81.18 0.07 0.46
Hex 78 7E 6D 5 0 D 33 51 7 2E
Octal 170 176 155 5 0 15 63 121 7 56
Binary 1111000 1111110 1101101 101 0 1101 110011 1010001 111 101110

Color Harmonies of #787E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787E6D

Black with #787E6D

Text Example


Text Example

White with #787E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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