Html Css Color HEX #767D6B Gunsmoke

📋 copy color: '#767D6B'

red 118 ◦ green 125 ◦ blue 107

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

Shades of Gunsmoke #767D6B

Tints of Gunsmoke #767D6B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.71%

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

R = 33.71%
G = 35.71%
B = 30.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#767D6B (or 0x767D6B) is known color: Gunsmoke. HEX triplet: 76, 7D and 6B. RGB value is (118,125,107). Sum of RGB (Red+Green+Blue) = 118+125+107=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 125 - color contains mainly: green. Hex color #767D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767D6B is #898294. Grayscale: #787878. Windows color (decimal): -9011861 or 7044470. OLE color: 7044470.

HSL color Cylindrical-coordinate representation of color #767D6B: hue angle of 83.33º degrees, saturation: 0.08, 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 #767D6B is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 125 107 -
CMYK 0.06 0 0.14 0.51
HSL 83.33º 0.08% 0.45% -
HSV(B) 83.33º 0.14% 0.49% -
XYZ 17.46 19.58 16.77 -
YUV 120.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 118 125 107 0.06 0 0.14 0.51 83.33 0.08 0.45
Hex 76 7D 6B 6 0 E 33 53 8 2D
Octal 166 175 153 6 0 16 63 123 10 55
Binary 1110110 1111101 1101011 110 0 1110 110011 1010011 1000 101101

Color Harmonies of #767D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767D6B

Black with #767D6B

Text Example


Text Example

White with #767D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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