Html Css Color HEX #777F69 Gunsmoke

📋 copy color: '#777F69'

red 119 ◦ green 127 ◦ blue 105

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

Shades of Gunsmoke #777F69

Tints of Gunsmoke #777F69

RGB

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

 GREEN value IS 127 (50% from 255) = 36.18%

 BLUE value IS 105 (41.41% from 255) = 29.91%

R = 33.9%
G = 36.18%
B = 29.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#777F69 (or 0x777F69) is known color: Gunsmoke. HEX triplet: 77, 7F and 69. RGB value is (119,127,105). Sum of RGB (Red+Green+Blue) = 119+127+105=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 127 - color contains mainly: green. Hex color #777F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777F69 is #888096. Grayscale: #7A7A7A. Windows color (decimal): -8945815 or 6913911. OLE color: 6913911.

HSL color Cylindrical-coordinate representation of color #777F69: hue angle of 81.82º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #777F69 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 127 105 -
CMYK 0.06 0 0.17 0.50
HSL 81.82º 0.09% 0.45% -
HSV(B) 81.82º 0.17% 0.5% -
XYZ 17.75 20.12 16.31 -
YUV 122.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 119 127 105 0.06 0 0.17 0.50 81.82 0.09 0.45
Hex 77 7F 69 6 0 11 32 52 9 2D
Octal 167 177 151 6 0 21 62 122 11 55
Binary 1110111 1111111 1101001 110 0 10001 110010 1010010 1001 101101

Color Harmonies of #777F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777F69

Black with #777F69

Text Example


Text Example

White with #777F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,127,105); }

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

background-color css

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

 a { background-color: rgb(119,127,105); }

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

border-color css

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

 span { border-color: rgb(119,127,105); }

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