Html Css Color HEX #74776E Gunsmoke

📋 copy color: '#74776E'

red 116 ◦ green 119 ◦ blue 110

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

Shades of Gunsmoke #74776E

Tints of Gunsmoke #74776E

RGB

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

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

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

R = 33.62%
G = 34.49%
B = 31.88%

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

#74776E (or 0x74776E) is known color: Gunsmoke. HEX triplet: 74, 77 and 6E. RGB value is (116,119,110). Sum of RGB (Red+Green+Blue) = 116+119+110=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 119 - color contains mainly: green. Hex color #74776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74776E is #8B8891. Grayscale: #757575. Windows color (decimal): -9144466 or 7239540. OLE color: 7239540.

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

Color convert

RGB 116 119 110 -
CMYK 0.03 0 0.08 0.53
HSL 80º 0.04% 0.45% -
HSV(B) 80º 0.08% 0.47% -
XYZ 16.61 18.03 17.36 -
YUV 117.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 116 119 110 0.03 0 0.08 0.53 80 0.04 0.45
Hex 74 77 6E 3 0 8 35 50 4 2D
Octal 164 167 156 3 0 10 65 120 4 55
Binary 1110100 1110111 1101110 11 0 1000 110101 1010000 100 101101

Color Harmonies of #74776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74776E

Black with #74776E

Text Example


Text Example

White with #74776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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