Html Css Color HEX #746464 Dim Gray

📋 copy color: '#746464'

red 116 ◦ green 100 ◦ blue 100

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

Shades of Dim Gray #746464

Tints of Dim Gray #746464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

 BLUE value IS 100 (39.45% from 255) = 31.65%

R = 36.71%
G = 31.65%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#746464 (or 0x746464) is known color: Dim Gray. HEX triplet: 74, 64 and 64. RGB value is (116,100,100). Sum of RGB (Red+Green+Blue) = 116+100+100=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #746464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746464 is #8B9B9B. Grayscale: #686868. Windows color (decimal): -9149340 or 6579316. OLE color: 6579316.

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

Color convert

RGB 116 100 100 -
CMYK 0 0.14 0.14 0.55
HSL 0.07% 0.42% -
HSV(B) 0.14% 0.45% -
XYZ 14.06 13.75 13.97 -
YUV 104.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 116 100 100 0 0.14 0.14 0.55 0 0.07 0.42
Hex 74 64 64 0 E E 37 0 7 2A
Octal 164 144 144 0 16 16 67 0 7 52
Binary 1110100 1100100 1100100 0 1110 1110 110111 0 111 101010

Color Harmonies of #746464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746464

Black with #746464

Text Example


Text Example

White with #746464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746464; }

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

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

background-color css

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

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

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

border-color css

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

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

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