Html Css Color HEX #77796E Gunsmoke

📋 copy color: '#77796E'

red 119 ◦ green 121 ◦ blue 110

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

Shades of Gunsmoke #77796E

Tints of Gunsmoke #77796E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 34%
G = 34.57%
B = 31.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77796E (or 0x77796E) is known color: Gunsmoke. HEX triplet: 77, 79 and 6E. RGB value is (119,121,110). Sum of RGB (Red+Green+Blue) = 119+121+110=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 121 - color contains mainly: green. Hex color #77796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77796E is #888691. Grayscale: #777777. Windows color (decimal): -8947346 or 7240055. OLE color: 7240055.

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

Color convert

RGB 119 121 110 -
CMYK 0.02 0 0.09 0.53
HSL 70.91º 0.05% 0.45% -
HSV(B) 70.91º 0.09% 0.47% -
XYZ 17.26 18.72 17.46 -
YUV 119.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 119 121 110 0.02 0 0.09 0.53 70.91 0.05 0.45
Hex 77 79 6E 2 0 9 35 47 5 2D
Octal 167 171 156 2 0 11 65 107 5 55
Binary 1110111 1111001 1101110 10 0 1001 110101 1000111 101 101101

Color Harmonies of #77796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77796E

Black with #77796E

Text Example


Text Example

White with #77796E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77796E; }

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

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

background-color css

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

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

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

border-color css

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

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

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