Html Css Color HEX #747474 Dim Gray

📋 copy color: '#747474'

red 116 ◦ green 116 ◦ blue 116

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

Shades of Dim Gray #747474

Tints of Dim Gray #747474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

 BLUE value IS 116 (45.7% from 255) = 33.33%

R = 33.33%
G = 33.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#747474 (or 0x747474) is known color: 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

RGB 116 116 116 -
CMYK 0 0 0 0.55
HSL 0% 0.45% -
HSV(B) 0% 0.45% -
XYZ 16.6 17.46 19.02 -
YUV 116 128 128 -
System Red Green Blue C M Y K H S L
Decimal 116 116 116 0 0 0 0.55 0 0 0.45
Hex 74 74 74 0 0 0 37 0 0 2D
Octal 164 164 164 0 0 0 67 0 0 55
Binary 1110100 1110100 1110100 0 0 0 110111 0 0 101101

Color Harmonies of #747474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747474

Black with #747474

Text Example


Text Example

White with #747474

Text Example


Text Example

HTML Codes & Css Web 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>