Html Css Color HEX #746463 Dim Gray

📋 copy color: '#746463'

red 116 ◦ green 100 ◦ blue 99

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

Shades of Dim Gray #746463

Tints of Dim Gray #746463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.43%

R = 36.83%
G = 31.75%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#746463 (or 0x746463) is known color: Dim Gray. HEX triplet: 74, 64 and 63. RGB value is (116,100,99). Sum of RGB (Red+Green+Blue) = 116+100+99=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #746463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746463 is #8B9B9C. Grayscale: #686868. Windows color (decimal): -9149341 or 6513780. OLE color: 6513780.

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

Color convert

RGB 116 100 99 -
CMYK 0 0.14 0.15 0.55
HSL 3.53º 0.08% 0.42% -
HSV(B) 3.53º 0.15% 0.45% -
XYZ 14.01 13.73 13.72 -
YUV 104.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 116 100 99 0 0.14 0.15 0.55 3.53 0.08 0.42
Hex 74 64 63 0 E F 37 4 8 2A
Octal 164 144 143 0 16 17 67 4 10 52
Binary 1110100 1100100 1100011 0 1110 1111 110111 100 1000 101010

Color Harmonies of #746463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746463

Black with #746463

Text Example


Text Example

White with #746463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746463; }

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

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

background-color css

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

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

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

border-color css

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

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

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