Html Css Color HEX #74796C Gunsmoke

📋 copy color: '#74796C'

red 116 ◦ green 121 ◦ blue 108

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

Shades of Gunsmoke #74796C

Tints of Gunsmoke #74796C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 33.62%
G = 35.07%
B = 31.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#74796C (or 0x74796C) is known color: Gunsmoke. HEX triplet: 74, 79 and 6C. RGB value is (116,121,108). Sum of RGB (Red+Green+Blue) = 116+121+108=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 121 - color contains mainly: green. Hex color #74796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74796C is #8B8693. Grayscale: #767676. Windows color (decimal): -9143956 or 7108980. OLE color: 7108980.

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

Color convert

RGB 116 121 108 -
CMYK 0.04 0 0.11 0.53
HSL 83.08º 0.06% 0.45% -
HSV(B) 83.08º 0.11% 0.47% -
XYZ 16.75 18.47 16.87 -
YUV 118.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 116 121 108 0.04 0 0.11 0.53 83.08 0.06 0.45
Hex 74 79 6C 4 0 B 35 53 6 2D
Octal 164 171 154 4 0 13 65 123 6 55
Binary 1110100 1111001 1101100 100 0 1011 110101 1010011 110 101101

Color Harmonies of #74796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74796C

Black with #74796C

Text Example


Text Example

White with #74796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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