Html Css Color HEX #76796D Gunsmoke

📋 copy color: '#76796D'

red 118 ◦ green 121 ◦ blue 109

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

Shades of Gunsmoke #76796D

Tints of Gunsmoke #76796D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 33.91%
G = 34.77%
B = 31.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#76796D (or 0x76796D) is known color: Gunsmoke. HEX triplet: 76, 79 and 6D. RGB value is (118,121,109). Sum of RGB (Red+Green+Blue) = 118+121+109=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 121 - color contains mainly: green. Hex color #76796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76796D is #898692. Grayscale: #767676. Windows color (decimal): -9012883 or 7174518. OLE color: 7174518.

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

Color convert

RGB 118 121 109 -
CMYK 0.02 0 0.10 0.53
HSL 75º 0.05% 0.45% -
HSV(B) 75º 0.1% 0.47% -
XYZ 17.07 18.63 17.16 -
YUV 118.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 118 121 109 0.02 0 0.10 0.53 75 0.05 0.45
Hex 76 79 6D 2 0 A 35 4B 5 2D
Octal 166 171 155 2 0 12 65 113 5 55
Binary 1110110 1111001 1101101 10 0 1010 110101 1001011 101 101101

Color Harmonies of #76796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76796D

Black with #76796D

Text Example


Text Example

White with #76796D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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