Html Css Color HEX #777873 Gunsmoke

📋 copy color: '#777873'

red 119 ◦ green 120 ◦ blue 115

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

Shades of Gunsmoke #777873

Tints of Gunsmoke #777873

RGB

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

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

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

R = 33.62%
G = 33.9%
B = 32.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#777873 (or 0x777873) is known color: Gunsmoke. HEX triplet: 77, 78 and 73. RGB value is (119,120,115). Sum of RGB (Red+Green+Blue) = 119+120+115=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 120 - color contains mainly: green. Hex color #777873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777873 is #88878C. Grayscale: #777777. Windows color (decimal): -8947597 or 7567479. OLE color: 7567479.

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

Color convert

RGB 119 120 115 -
CMYK 0.01 0 0.04 0.53
HSL 72º 0.02% 0.46% -
HSV(B) 72º 0.04% 0.47% -
XYZ 17.42 18.59 18.89 -
YUV 119.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 119 120 115 0.01 0 0.04 0.53 72 0.02 0.46
Hex 77 78 73 1 0 4 35 48 2 2E
Octal 167 170 163 1 0 4 65 110 2 56
Binary 1110111 1111000 1110011 1 0 100 110101 1001000 10 101110

Color Harmonies of #777873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777873

Black with #777873

Text Example


Text Example

White with #777873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777873; }

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

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

background-color css

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

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

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

border-color css

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

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

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