Html Css Color HEX #767C67 Gunsmoke

📋 copy color: '#767C67'

red 118 ◦ green 124 ◦ blue 103

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

Shades of Gunsmoke #767C67

Tints of Gunsmoke #767C67

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.94%

 BLUE value IS 103 (40.63% from 255) = 29.86%

R = 34.2%
G = 35.94%
B = 29.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#767C67 (or 0x767C67) is known color: Gunsmoke. HEX triplet: 76, 7C and 67. RGB value is (118,124,103). Sum of RGB (Red+Green+Blue) = 118+124+103=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 124 - color contains mainly: green. Hex color #767C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C67 is #898398. Grayscale: #777777. Windows color (decimal): -9012121 or 6782070. OLE color: 6782070.

HSL color Cylindrical-coordinate representation of color #767C67: hue angle of 77.14º 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 #767C67 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 124 103 -
CMYK 0.05 0 0.17 0.51
HSL 77.14º 0.09% 0.45% -
HSV(B) 77.14º 0.17% 0.49% -
XYZ 17.13 19.25 15.64 -
YUV 119.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 118 124 103 0.05 0 0.17 0.51 77.14 0.09 0.45
Hex 76 7C 67 5 0 11 33 4D 9 2D
Octal 166 174 147 5 0 21 63 115 11 55
Binary 1110110 1111100 1100111 101 0 10001 110011 1001101 1001 101101

Color Harmonies of #767C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C67

Black with #767C67

Text Example


Text Example

White with #767C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,124,103); }

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

background-color css

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

 a { background-color: rgb(118,124,103); }

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

border-color css

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

 span { border-color: rgb(118,124,103); }

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