Html Css Color HEX #787C73 Gunsmoke

📋 copy color: '#787C73'

red 120 ◦ green 124 ◦ blue 115

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

Shades of Gunsmoke #787C73

Tints of Gunsmoke #787C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.03%

R = 33.43%
G = 34.54%
B = 32.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#787C73 (or 0x787C73) is known color: Gunsmoke. HEX triplet: 78, 7C and 73. RGB value is (120,124,115). Sum of RGB (Red+Green+Blue) = 120+124+115=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 124 - color contains mainly: green. Hex color #787C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C73 is #87838C. Grayscale: #797979. Windows color (decimal): -8881037 or 7568504. OLE color: 7568504.

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

Color convert

RGB 120 124 115 -
CMYK 0.03 0 0.07 0.51
HSL 86.67º 0.04% 0.47% -
HSV(B) 86.67º 0.07% 0.49% -
XYZ 18.05 19.65 19.06 -
YUV 121.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 120 124 115 0.03 0 0.07 0.51 86.67 0.04 0.47
Hex 78 7C 73 3 0 7 33 57 4 2F
Octal 170 174 163 3 0 7 63 127 4 57
Binary 1111000 1111100 1110011 11 0 111 110011 1010111 100 101111

Color Harmonies of #787C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787C73

Black with #787C73

Text Example


Text Example

White with #787C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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