Html Css Color HEX #767A6B Gunsmoke

📋 copy color: '#767A6B'

red 118 ◦ green 122 ◦ blue 107

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

Shades of Gunsmoke #767A6B

Tints of Gunsmoke #767A6B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

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

R = 34.01%
G = 35.16%
B = 30.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#767A6B (or 0x767A6B) is known color: Gunsmoke. HEX triplet: 76, 7A and 6B. RGB value is (118,122,107). Sum of RGB (Red+Green+Blue) = 118+122+107=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 122 - color contains mainly: green. Hex color #767A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A6B is #898594. Grayscale: #777777. Windows color (decimal): -9012629 or 7043702. OLE color: 7043702.

HSL color Cylindrical-coordinate representation of color #767A6B: hue angle of 76º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #767A6B is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 122 107 -
CMYK 0.03 0 0.12 0.52
HSL 76º 0.07% 0.45% -
HSV(B) 76º 0.12% 0.48% -
XYZ 17.08 18.83 16.64 -
YUV 119.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 118 122 107 0.03 0 0.12 0.52 76 0.07 0.45
Hex 76 7A 6B 3 0 C 34 4C 7 2D
Octal 166 172 153 3 0 14 64 114 7 55
Binary 1110110 1111010 1101011 11 0 1100 110100 1001100 111 101101

Color Harmonies of #767A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A6B

Black with #767A6B

Text Example


Text Example

White with #767A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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