Html Css Color HEX #777973 Gunsmoke

📋 copy color: '#777973'

red 119 ◦ green 121 ◦ blue 115

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

Shades of Gunsmoke #777973

Tints of Gunsmoke #777973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.08%

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

R = 33.52%
G = 34.08%
B = 32.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#777973 (or 0x777973) is known color: Gunsmoke. HEX triplet: 77, 79 and 73. RGB value is (119,121,115). Sum of RGB (Red+Green+Blue) = 119+121+115=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 121 - color contains mainly: green. Hex color #777973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777973 is #88868C. Grayscale: #777777. Windows color (decimal): -8947341 or 7567735. OLE color: 7567735.

HSL color Cylindrical-coordinate representation of color #777973: hue angle of 80º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #777973 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 121 115 -
CMYK 0.02 0 0.05 0.53
HSL 80º 0.03% 0.46% -
HSV(B) 80º 0.05% 0.47% -
XYZ 17.54 18.83 18.93 -
YUV 119.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 119 121 115 0.02 0 0.05 0.53 80 0.03 0.46
Hex 77 79 73 2 0 5 35 50 3 2E
Octal 167 171 163 2 0 5 65 120 3 56
Binary 1110111 1111001 1110011 10 0 101 110101 1010000 11 101110

Color Harmonies of #777973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777973

Black with #777973

Text Example


Text Example

White with #777973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777973; }

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

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

background-color css

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

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

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

border-color css

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

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

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