Html Css Color HEX #787C6B Gunsmoke

📋 copy color: '#787C6B'

red 120 ◦ green 124 ◦ blue 107

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

Shades of Gunsmoke #787C6B

Tints of Gunsmoke #787C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.48%

R = 34.19%
G = 35.33%
B = 30.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#787C6B (or 0x787C6B) is known color: Gunsmoke. HEX triplet: 78, 7C and 6B. RGB value is (120,124,107). Sum of RGB (Red+Green+Blue) = 120+124+107=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 124 - color contains mainly: green. Hex color #787C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C6B is #878394. Grayscale: #787878. Windows color (decimal): -8881045 or 7044216. OLE color: 7044216.

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

Color convert

RGB 120 124 107 -
CMYK 0.03 0 0.14 0.51
HSL 74.12º 0.07% 0.45% -
HSV(B) 74.12º 0.14% 0.49% -
XYZ 17.61 19.47 16.74 -
YUV 120.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 120 124 107 0.03 0 0.14 0.51 74.12 0.07 0.45
Hex 78 7C 6B 3 0 E 33 4A 7 2D
Octal 170 174 153 3 0 16 63 112 7 55
Binary 1111000 1111100 1101011 11 0 1110 110011 1001010 111 101101

Color Harmonies of #787C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787C6B

Black with #787C6B

Text Example


Text Example

White with #787C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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