Html Css Color HEX #746363 Dim Gray

📋 copy color: '#746363'

red 116 ◦ green 99 ◦ blue 99

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

Shades of Dim Gray #746363

Tints of Dim Gray #746363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.53%

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

R = 36.94%
G = 31.53%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#746363 (or 0x746363) is known color: Dim Gray. HEX triplet: 74, 63 and 63. RGB value is (116,99,99). Sum of RGB (Red+Green+Blue) = 116+99+99=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #746363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746363 is #8B9C9C. Grayscale: #686868. Windows color (decimal): -9149597 or 6513524. OLE color: 6513524.

HSL color Cylindrical-coordinate representation of color #746363: hue angle of 0º 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 #746363 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 99 -
CMYK 0 0.15 0.15 0.55
HSL 0.08% 0.42% -
HSV(B) 0.15% 0.45% -
XYZ 13.92 13.54 13.68 -
YUV 104.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 116 99 99 0 0.15 0.15 0.55 0 0.08 0.42
Hex 74 63 63 0 F F 37 0 8 2A
Octal 164 143 143 0 17 17 67 0 10 52
Binary 1110100 1100011 1100011 0 1111 1111 110111 0 1000 101010

Color Harmonies of #746363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746363

Black with #746363

Text Example


Text Example

White with #746363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746363; }

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

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

background-color css

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

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

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

border-color css

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

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

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