Html Css Color HEX #74776F Gunsmoke

📋 copy color: '#74776F'

red 116 ◦ green 119 ◦ blue 111

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

Shades of Gunsmoke #74776F

Tints of Gunsmoke #74776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.39%

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

R = 33.53%
G = 34.39%
B = 32.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#74776F (or 0x74776F) is known color: Gunsmoke. HEX triplet: 74, 77 and 6F. RGB value is (116,119,111). Sum of RGB (Red+Green+Blue) = 116+119+111=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 119 - color contains mainly: green. Hex color #74776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74776F is #8B8890. Grayscale: #757575. Windows color (decimal): -9144465 or 7305076. OLE color: 7305076.

HSL color Cylindrical-coordinate representation of color #74776F: hue angle of 82.5º degrees, saturation: 0.03, 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 #74776F is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 119 111 -
CMYK 0.03 0 0.07 0.53
HSL 82.5º 0.03% 0.45% -
HSV(B) 82.5º 0.07% 0.47% -
XYZ 16.67 18.05 17.65 -
YUV 117.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 116 119 111 0.03 0 0.07 0.53 82.5 0.03 0.45
Hex 74 77 6F 3 0 7 35 52 3 2D
Octal 164 167 157 3 0 7 65 122 3 55
Binary 1110100 1110111 1101111 11 0 111 110101 1010010 11 101101

Color Harmonies of #74776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74776F

Black with #74776F

Text Example


Text Example

White with #74776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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