#747474

Color #747474 Dim Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dim Gray #747474

Tints of Dim Gray #747474

Color information

#747474 (or 0x747474) is unknown color: approx Dim Gray. HEX triplet: 74, 74 and 74. RGB value is (116,116,116). Sum of RGB (Red+Green+Blue) = 116+116+116=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 116 - color contains mainly: red, green, blue. Hex color #747474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747474 is #8B8B8B. Grayscale: #747474. Windows color (decimal): -9145228 or 7631988. OLE color: 7631988.

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

Color convert

RGB116116116-
CMYK0000.55
HSL0%45.49%-
HSV(B)0%45.49%-
XYZ16.617.4619.02-
YUV116128128-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161161160000.550045.49
Hex74747400037002d
Octal164164164000670055
Binary11101001110100111010000011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747474; }

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

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

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

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

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

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

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

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