Html Css Color HEX #74766D Gunsmoke

📋 copy color: '#74766D'

red 116 ◦ green 118 ◦ blue 109

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

Shades of Gunsmoke #74766D

Tints of Gunsmoke #74766D

RGB

 RED value IS 116 (45.7% from 255) = 33.82%

 GREEN value IS 118 (46.48% from 255) = 34.4%

 BLUE value IS 109 (42.97% from 255) = 31.78%

R = 33.82%
G = 34.4%
B = 31.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#74766D (or 0x74766D) is known color: Gunsmoke. HEX triplet: 74, 76 and 6D. RGB value is (116,118,109). Sum of RGB (Red+Green+Blue) = 116+118+109=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 118 - color contains mainly: green. Hex color #74766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74766D is #8B8992. Grayscale: #747474. Windows color (decimal): -9144723 or 7173748. OLE color: 7173748.

HSL color Cylindrical-coordinate representation of color #74766D: hue angle of 73.33º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #74766D is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 109 -
CMYK 0.02 0 0.08 0.54
HSL 73.33º 0.04% 0.45% -
HSV(B) 73.33º 0.08% 0.46% -
XYZ 16.44 17.77 17.03 -
YUV 116.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 116 118 109 0.02 0 0.08 0.54 73.33 0.04 0.45
Hex 74 76 6D 2 0 8 36 49 4 2D
Octal 164 166 155 2 0 10 66 111 4 55
Binary 1110100 1110110 1101101 10 0 1000 110110 1001001 100 101101

Color Harmonies of #74766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74766D

Black with #74766D

Text Example


Text Example

White with #74766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74766D; }

 p { color: rgb(116,118,109); }

 H1.HeaderClassName
 {
   color: #74766D;
 }
 .AnyTagClassName
 {
   color: #74766D;
 }
</style>

background-color css

<style>
 a { background-color: #74766D; }

 a { background-color: rgb(116,118,109); }

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

border-color css

<style>
 span { border-color: #74766D; }

 span { border-color: rgb(116,118,109); }

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