Html Css Color HEX #767D65 Gunsmoke

📋 copy color: '#767D65'

red 118 ◦ green 125 ◦ blue 101

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

Shades of Gunsmoke #767D65

Tints of Gunsmoke #767D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.36%

R = 34.3%
G = 36.34%
B = 29.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#767D65 (or 0x767D65) is known color: Gunsmoke. HEX triplet: 76, 7D and 65. RGB value is (118,125,101). Sum of RGB (Red+Green+Blue) = 118+125+101=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 125 - color contains mainly: green. Hex color #767D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767D65 is #89829A. Grayscale: #787878. Windows color (decimal): -9011867 or 6651254. OLE color: 6651254.

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

Color convert

RGB 118 125 101 -
CMYK 0.06 0 0.19 0.51
HSL 77.5º 0.11% 0.44% -
HSV(B) 77.5º 0.19% 0.49% -
XYZ 17.15 19.46 15.16 -
YUV 120.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 118 125 101 0.06 0 0.19 0.51 77.5 0.11 0.44
Hex 76 7D 65 6 0 13 33 4E B 2C
Octal 166 175 145 6 0 23 63 116 13 54
Binary 1110110 1111101 1100101 110 0 10011 110011 1001110 1011 101100

Color Harmonies of #767D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767D65

Black with #767D65

Text Example


Text Example

White with #767D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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