Html Css Color HEX #777C68 Gunsmoke

📋 copy color: '#777C68'

red 119 ◦ green 124 ◦ blue 104

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

Shades of Gunsmoke #777C68

Tints of Gunsmoke #777C68

RGB

 RED value IS 119 (46.88% from 255) = 34.29%

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

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 34.29%
G = 35.73%
B = 29.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#777C68 (or 0x777C68) is known color: Gunsmoke. HEX triplet: 77, 7C and 68. RGB value is (119,124,104). Sum of RGB (Red+Green+Blue) = 119+124+104=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 124 - color contains mainly: green. Hex color #777C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C68 is #888397. Grayscale: #787878. Windows color (decimal): -8946584 or 6847607. OLE color: 6847607.

HSL color Cylindrical-coordinate representation of color #777C68: hue angle of 75º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #777C68 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 124 104 -
CMYK 0.04 0 0.16 0.51
HSL 75º 0.09% 0.45% -
HSV(B) 75º 0.16% 0.49% -
XYZ 17.31 19.34 15.92 -
YUV 120.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 119 124 104 0.04 0 0.16 0.51 75 0.09 0.45
Hex 77 7C 68 4 0 10 33 4B 9 2D
Octal 167 174 150 4 0 20 63 113 11 55
Binary 1110111 1111100 1101000 100 0 10000 110011 1001011 1001 101101

Color Harmonies of #777C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777C68

Black with #777C68

Text Example


Text Example

White with #777C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777C68; }

 p { color: rgb(119,124,104); }

 H1.HeaderClassName
 {
   color: #777C68;
 }
 .AnyTagClassName
 {
   color: #777C68;
 }
</style>

background-color css

<style>
 a { background-color: #777C68; }

 a { background-color: rgb(119,124,104); }

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

border-color css

<style>
 span { border-color: #777C68; }

 span { border-color: rgb(119,124,104); }

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