Html Css Color HEX #767D69 Gunsmoke

📋 copy color: '#767D69'

red 118 ◦ green 125 ◦ blue 105

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

Shades of Gunsmoke #767D69

Tints of Gunsmoke #767D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.17%

R = 33.91%
G = 35.92%
B = 30.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#767D69 (or 0x767D69) is known color: Gunsmoke. HEX triplet: 76, 7D and 69. RGB value is (118,125,105). Sum of RGB (Red+Green+Blue) = 118+125+105=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 125 - color contains mainly: green. Hex color #767D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767D69 is #898296. Grayscale: #787878. Windows color (decimal): -9011863 or 6913398. OLE color: 6913398.

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

Color convert

RGB 118 125 105 -
CMYK 0.06 0 0.16 0.51
HSL 81º 0.09% 0.45% -
HSV(B) 81º 0.16% 0.49% -
XYZ 17.35 19.54 16.22 -
YUV 120.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 118 125 105 0.06 0 0.16 0.51 81 0.09 0.45
Hex 76 7D 69 6 0 10 33 51 9 2D
Octal 166 175 151 6 0 20 63 121 11 55
Binary 1110110 1111101 1101001 110 0 10000 110011 1010001 1001 101101

Color Harmonies of #767D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767D69

Black with #767D69

Text Example


Text Example

White with #767D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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