Html Css Color HEX #76796C Gunsmoke

📋 copy color: '#76796C'

red 118 ◦ green 121 ◦ blue 108

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

Shades of Gunsmoke #76796C

Tints of Gunsmoke #76796C

RGB

 RED value IS 118 (46.48% from 255) = 34.01%

 GREEN value IS 121 (47.66% from 255) = 34.87%

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

R = 34.01%
G = 34.87%
B = 31.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#76796C (or 0x76796C) is known color: Gunsmoke. HEX triplet: 76, 79 and 6C. RGB value is (118,121,108). Sum of RGB (Red+Green+Blue) = 118+121+108=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 121 - color contains mainly: green. Hex color #76796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76796C is #898693. Grayscale: #767676. Windows color (decimal): -9012884 or 7108982. OLE color: 7108982.

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

Color convert

RGB 118 121 108 -
CMYK 0.02 0 0.11 0.53
HSL 73.85º 0.06% 0.45% -
HSV(B) 73.85º 0.11% 0.47% -
XYZ 17.02 18.61 16.88 -
YUV 118.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 118 121 108 0.02 0 0.11 0.53 73.85 0.06 0.45
Hex 76 79 6C 2 0 B 35 4A 6 2D
Octal 166 171 154 2 0 13 65 112 6 55
Binary 1110110 1111001 1101100 10 0 1011 110101 1001010 110 101101

Color Harmonies of #76796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76796C

Black with #76796C

Text Example


Text Example

White with #76796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76796C; }

 p { color: rgb(118,121,108); }

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

background-color css

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

 a { background-color: rgb(118,121,108); }

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

border-color css

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

 span { border-color: rgb(118,121,108); }

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