Html Css Color HEX #767D68 Gunsmoke

📋 copy color: '#767D68'

red 118 ◦ green 125 ◦ blue 104

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

Shades of Gunsmoke #767D68

Tints of Gunsmoke #767D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 34.01%
G = 36.02%
B = 29.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#767D68 (or 0x767D68) is known color: Gunsmoke. HEX triplet: 76, 7D and 68. RGB value is (118,125,104). Sum of RGB (Red+Green+Blue) = 118+125+104=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 125 - color contains mainly: green. Hex color #767D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767D68 is #898297. Grayscale: #787878. Windows color (decimal): -9011864 or 6847862. OLE color: 6847862.

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

Color convert

RGB 118 125 104 -
CMYK 0.06 0 0.17 0.51
HSL 80º 0.09% 0.45% -
HSV(B) 80º 0.17% 0.49% -
XYZ 17.3 19.52 15.95 -
YUV 120.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 118 125 104 0.06 0 0.17 0.51 80 0.09 0.45
Hex 76 7D 68 6 0 11 33 50 9 2D
Octal 166 175 150 6 0 21 63 120 11 55
Binary 1110110 1111101 1101000 110 0 10001 110011 1010000 1001 101101

Color Harmonies of #767D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767D68

Black with #767D68

Text Example


Text Example

White with #767D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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