Html Css Color HEX #74786A Gunsmoke

📋 copy color: '#74786A'

red 116 ◦ green 120 ◦ blue 106

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

Shades of Gunsmoke #74786A

Tints of Gunsmoke #74786A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 33.92%
G = 35.09%
B = 30.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#74786A (or 0x74786A) is known color: Gunsmoke. HEX triplet: 74, 78 and 6A. RGB value is (116,120,106). Sum of RGB (Red+Green+Blue) = 116+120+106=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 120 - color contains mainly: green. Hex color #74786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74786A is #8B8795. Grayscale: #757575. Windows color (decimal): -9144214 or 6977652. OLE color: 6977652.

HSL color Cylindrical-coordinate representation of color #74786A: hue angle of 77.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #74786A is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 106 -
CMYK 0.03 0 0.12 0.53
HSL 77.14º 0.06% 0.44% -
HSV(B) 77.14º 0.12% 0.47% -
XYZ 16.52 18.19 16.28 -
YUV 117.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 116 120 106 0.03 0 0.12 0.53 77.14 0.06 0.44
Hex 74 78 6A 3 0 C 35 4D 6 2C
Octal 164 170 152 3 0 14 65 115 6 54
Binary 1110100 1111000 1101010 11 0 1100 110101 1001101 110 101100

Color Harmonies of #74786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74786A

Black with #74786A

Text Example


Text Example

White with #74786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74786A; }

 p { color: rgb(116,120,106); }

 H1.HeaderClassName
 {
   color: #74786A;
 }
 .AnyTagClassName
 {
   color: #74786A;
 }
</style>

background-color css

<style>
 a { background-color: #74786A; }

 a { background-color: rgb(116,120,106); }

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

border-color css

<style>
 span { border-color: #74786A; }

 span { border-color: rgb(116,120,106); }

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