Html Css Color HEX #76796B Gunsmoke

📋 copy color: '#76796B'

red 118 ◦ green 121 ◦ blue 107

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

Shades of Gunsmoke #76796B

Tints of Gunsmoke #76796B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 34.1%
G = 34.97%
B = 30.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#76796B (or 0x76796B) is known color: Gunsmoke. HEX triplet: 76, 79 and 6B. RGB value is (118,121,107). Sum of RGB (Red+Green+Blue) = 118+121+107=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 121 - color contains mainly: green. Hex color #76796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76796B is #898694. Grayscale: #767676. Windows color (decimal): -9012885 or 7043446. OLE color: 7043446.

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

Color convert

RGB 118 121 107 -
CMYK 0.02 0 0.12 0.53
HSL 72.86º 0.06% 0.45% -
HSV(B) 72.86º 0.12% 0.47% -
XYZ 16.96 18.59 16.6 -
YUV 118.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 118 121 107 0.02 0 0.12 0.53 72.86 0.06 0.45
Hex 76 79 6B 2 0 C 35 49 6 2D
Octal 166 171 153 2 0 14 65 111 6 55
Binary 1110110 1111001 1101011 10 0 1100 110101 1001001 110 101101

Color Harmonies of #76796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76796B

Black with #76796B

Text Example


Text Example

White with #76796B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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