Html Css Color HEX #777874 Gunsmoke

📋 copy color: '#777874'

red 119 ◦ green 120 ◦ blue 116

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

Shades of Gunsmoke #777874

Tints of Gunsmoke #777874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 33.52%
G = 33.8%
B = 32.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#777874 (or 0x777874) is known color: Gunsmoke. HEX triplet: 77, 78 and 74. RGB value is (119,120,116). Sum of RGB (Red+Green+Blue) = 119+120+116=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 120 - color contains mainly: green. Hex color #777874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777874 is #88878B. Grayscale: #777777. Windows color (decimal): -8947596 or 7633015. OLE color: 7633015.

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

Color convert

RGB 119 120 116 -
CMYK 0.01 0 0.03 0.53
HSL 75º 0.02% 0.46% -
HSV(B) 75º 0.03% 0.47% -
XYZ 17.48 18.62 19.2 -
YUV 119.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 119 120 116 0.01 0 0.03 0.53 75 0.02 0.46
Hex 77 78 74 1 0 3 35 4B 2 2E
Octal 167 170 164 1 0 3 65 113 2 56
Binary 1110111 1111000 1110100 1 0 11 110101 1001011 10 101110

Color Harmonies of #777874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777874

Black with #777874

Text Example


Text Example

White with #777874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777874; }

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

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

background-color css

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

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

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

border-color css

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

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

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