Html Css Color HEX #767E64 Gunsmoke

📋 copy color: '#767E64'

red 118 ◦ green 126 ◦ blue 100

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

Shades of Gunsmoke #767E64

Tints of Gunsmoke #767E64

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.63%

 BLUE value IS 100 (39.45% from 255) = 29.07%

R = 34.3%
G = 36.63%
B = 29.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#767E64 (or 0x767E64) is known color: Gunsmoke. HEX triplet: 76, 7E and 64. RGB value is (118,126,100). Sum of RGB (Red+Green+Blue) = 118+126+100=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 126 - color contains mainly: green. Hex color #767E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E64 is #89819B. Grayscale: #787878. Windows color (decimal): -9011612 or 6585974. OLE color: 6585974.

HSL color Cylindrical-coordinate representation of color #767E64: hue angle of 78.46º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #767E64 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 126 100 -
CMYK 0.06 0 0.21 0.51
HSL 78.46º 0.12% 0.44% -
HSV(B) 78.46º 0.21% 0.49% -
XYZ 17.23 19.69 14.95 -
YUV 120.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 118 126 100 0.06 0 0.21 0.51 78.46 0.12 0.44
Hex 76 7E 64 6 0 15 33 4E C 2C
Octal 166 176 144 6 0 25 63 116 14 54
Binary 1110110 1111110 1100100 110 0 10101 110011 1001110 1100 101100

Color Harmonies of #767E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E64

Black with #767E64

Text Example


Text Example

White with #767E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,126,100); }

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

background-color css

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

 a { background-color: rgb(118,126,100); }

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

border-color css

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

 span { border-color: rgb(118,126,100); }

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