Html Css Color HEX #777876 Gunsmoke

📋 copy color: '#777876'

red 119 ◦ green 120 ◦ blue 118

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

Shades of Gunsmoke #777876

Tints of Gunsmoke #777876

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.61%

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 33.33%
G = 33.61%
B = 33.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#777876 (or 0x777876) is known color: Gunsmoke. HEX triplet: 77, 78 and 76. RGB value is (119,120,118). Sum of RGB (Red+Green+Blue) = 119+120+118=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 120 - color contains mainly: green. Hex color #777876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777876 is #888789. Grayscale: #777777. Windows color (decimal): -8947594 or 7764087. OLE color: 7764087.

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

Color convert

RGB 119 120 118 -
CMYK 0.01 0 0.02 0.53
HSL 90º 0.01% 0.47% -
HSV(B) 90º 0.02% 0.47% -
XYZ 17.59 18.66 19.81 -
YUV 119.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 119 120 118 0.01 0 0.02 0.53 90 0.01 0.47
Hex 77 78 76 1 0 2 35 5A 1 2F
Octal 167 170 166 1 0 2 65 132 1 57
Binary 1110111 1111000 1110110 1 0 10 110101 1011010 1 101111

Color Harmonies of #777876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777876

Black with #777876

Text Example


Text Example

White with #777876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777876; }

 p { color: rgb(119,120,118); }

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

background-color css

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

 a { background-color: rgb(119,120,118); }

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

border-color css

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

 span { border-color: rgb(119,120,118); }

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