Html Css Color HEX #767C6B Gunsmoke

📋 copy color: '#767C6B'

red 118 ◦ green 124 ◦ blue 107

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

Shades of Gunsmoke #767C6B

Tints of Gunsmoke #767C6B

RGB

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

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

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

R = 33.81%
G = 35.53%
B = 30.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#767C6B (or 0x767C6B) is known color: Gunsmoke. HEX triplet: 76, 7C and 6B. RGB value is (118,124,107). Sum of RGB (Red+Green+Blue) = 118+124+107=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 124 - color contains mainly: green. Hex color #767C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C6B is #898394. Grayscale: #787878. Windows color (decimal): -9012117 or 7044214. OLE color: 7044214.

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

Color convert

RGB 118 124 107 -
CMYK 0.05 0 0.14 0.51
HSL 81.18º 0.07% 0.45% -
HSV(B) 81.18º 0.14% 0.49% -
XYZ 17.33 19.33 16.73 -
YUV 120.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 118 124 107 0.05 0 0.14 0.51 81.18 0.07 0.45
Hex 76 7C 6B 5 0 E 33 51 7 2D
Octal 166 174 153 5 0 16 63 121 7 55
Binary 1110110 1111100 1101011 101 0 1110 110011 1010001 111 101101

Color Harmonies of #767C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C6B

Black with #767C6B

Text Example


Text Example

White with #767C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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