#74776B

Color #74776B Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #74776B

Tints of Gunsmoke #74776B

Color information

#74776B (or 0x74776B) is unknown color: approx Gunsmoke. HEX triplet: 74, 77 and 6B. RGB value is (116,119,107). Sum of RGB (Red+Green+Blue) = 116+119+107=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 119 - color contains mainly: green. Hex color #74776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74776B is #8B8894. Grayscale: #747474. Windows color (decimal): -9144469 or 7042932. OLE color: 7042932.

HSL color Cylindrical-coordinate representation of color #74776B: hue angle of 75º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #74776B is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB116119107-
CMYK0.0300.100.53
HSL75º5.31%44.31%-
HSV(B)75º10.08%46.67%-
XYZ16.4517.9716.51-
YUV116.73122.51127.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=33.92%
G=34.80%
B=31.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161191070.0300.100.53755.3144.31
Hex74776B30A354b52c
Octal164167153301265113554
Binary11101001110111110101111010101101011001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74776B;
 }
 .AnyTagClassName
 {
   color: #74776B;
 }
</style>
background-color css

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

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

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

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

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

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