Html Css Color HEX #74796E Gunsmoke

📋 copy color: '#74796E'

red 116 ◦ green 121 ◦ blue 110

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

Shades of Gunsmoke #74796E

Tints of Gunsmoke #74796E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.87%

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 33.43%
G = 34.87%
B = 31.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#74796E (or 0x74796E) is known color: Gunsmoke. HEX triplet: 74, 79 and 6E. RGB value is (116,121,110). Sum of RGB (Red+Green+Blue) = 116+121+110=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 121 - color contains mainly: green. Hex color #74796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74796E is #8B8691. Grayscale: #767676. Windows color (decimal): -9143954 or 7240052. OLE color: 7240052.

HSL color Cylindrical-coordinate representation of color #74796E: hue angle of 87.27º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #74796E is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 110 -
CMYK 0.04 0 0.09 0.53
HSL 87.27º 0.05% 0.45% -
HSV(B) 87.27º 0.09% 0.47% -
XYZ 16.85 18.51 17.44 -
YUV 118.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 116 121 110 0.04 0 0.09 0.53 87.27 0.05 0.45
Hex 74 79 6E 4 0 9 35 57 5 2D
Octal 164 171 156 4 0 11 65 127 5 55
Binary 1110100 1111001 1101110 100 0 1001 110101 1010111 101 101101

Color Harmonies of #74796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74796E

Black with #74796E

Text Example


Text Example

White with #74796E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74796E; }

 p { color: rgb(116,121,110); }

 H1.HeaderClassName
 {
   color: #74796E;
 }
 .AnyTagClassName
 {
   color: #74796E;
 }
</style>

background-color css

<style>
 a { background-color: #74796E; }

 a { background-color: rgb(116,121,110); }

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

border-color css

<style>
 span { border-color: #74796E; }

 span { border-color: rgb(116,121,110); }

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