Html Css Color HEX #777A73 Gunsmoke

📋 copy color: '#777A73'

red 119 ◦ green 122 ◦ blue 115

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

Shades of Gunsmoke #777A73

Tints of Gunsmoke #777A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.27%

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

R = 33.43%
G = 34.27%
B = 32.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#777A73 (or 0x777A73) is known color: Gunsmoke. HEX triplet: 77, 7A and 73. RGB value is (119,122,115). Sum of RGB (Red+Green+Blue) = 119+122+115=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 122 - color contains mainly: green. Hex color #777A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777A73 is #88858C. Grayscale: #787878. Windows color (decimal): -8947085 or 7567991. OLE color: 7567991.

HSL color Cylindrical-coordinate representation of color #777A73: hue angle of 85.71º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #777A73 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 122 115 -
CMYK 0.02 0 0.06 0.52
HSL 85.71º 0.03% 0.46% -
HSV(B) 85.71º 0.06% 0.48% -
XYZ 17.66 19.08 18.97 -
YUV 120.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 119 122 115 0.02 0 0.06 0.52 85.71 0.03 0.46
Hex 77 7A 73 2 0 6 34 56 3 2E
Octal 167 172 163 2 0 6 64 126 3 56
Binary 1110111 1111010 1110011 10 0 110 110100 1010110 11 101110

Color Harmonies of #777A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777A73

Black with #777A73

Text Example


Text Example

White with #777A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,122,115); }

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

background-color css

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

 a { background-color: rgb(119,122,115); }

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

border-color css

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

 span { border-color: rgb(119,122,115); }

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