Html Css Color HEX #74786F Gunsmoke

📋 copy color: '#74786F'

red 116 ◦ green 120 ◦ blue 111

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

Shades of Gunsmoke #74786F

Tints of Gunsmoke #74786F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 33.43%
G = 34.58%
B = 31.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#74786F (or 0x74786F) is known color: Gunsmoke. HEX triplet: 74, 78 and 6F. RGB value is (116,120,111). Sum of RGB (Red+Green+Blue) = 116+120+111=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 120 - color contains mainly: green. Hex color #74786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74786F is #8B8790. Grayscale: #757575. Windows color (decimal): -9144209 or 7305332. OLE color: 7305332.

HSL color Cylindrical-coordinate representation of color #74786F: hue angle of 86.67º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #74786F is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 111 -
CMYK 0.03 0 0.08 0.53
HSL 86.67º 0.04% 0.45% -
HSV(B) 86.67º 0.07% 0.47% -
XYZ 16.79 18.29 17.69 -
YUV 117.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 116 120 111 0.03 0 0.08 0.53 86.67 0.04 0.45
Hex 74 78 6F 3 0 8 35 57 4 2D
Octal 164 170 157 3 0 10 65 127 4 55
Binary 1110100 1111000 1101111 11 0 1000 110101 1010111 100 101101

Color Harmonies of #74786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74786F

Black with #74786F

Text Example


Text Example

White with #74786F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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