Html Css Color HEX #777C6C Gunsmoke

📋 copy color: '#777C6C'

red 119 ◦ green 124 ◦ blue 108

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

Shades of Gunsmoke #777C6C

Tints of Gunsmoke #777C6C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.33%

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 33.9%
G = 35.33%
B = 30.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#777C6C (or 0x777C6C) is known color: Gunsmoke. HEX triplet: 77, 7C and 6C. RGB value is (119,124,108). Sum of RGB (Red+Green+Blue) = 119+124+108=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 124 - color contains mainly: green. Hex color #777C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C6C is #888393. Grayscale: #787878. Windows color (decimal): -8946580 or 7109751. OLE color: 7109751.

HSL color Cylindrical-coordinate representation of color #777C6C: hue angle of 78.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #777C6C is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 124 108 -
CMYK 0.04 0 0.13 0.51
HSL 78.75º 0.07% 0.45% -
HSV(B) 78.75º 0.13% 0.49% -
XYZ 17.52 19.42 17.01 -
YUV 120.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 119 124 108 0.04 0 0.13 0.51 78.75 0.07 0.45
Hex 77 7C 6C 4 0 D 33 4F 7 2D
Octal 167 174 154 4 0 15 63 117 7 55
Binary 1110111 1111100 1101100 100 0 1101 110011 1001111 111 101101

Color Harmonies of #777C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777C6C

Black with #777C6C

Text Example


Text Example

White with #777C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,124,108); }

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

background-color css

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

 a { background-color: rgb(119,124,108); }

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

border-color css

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

 span { border-color: rgb(119,124,108); }

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