Html Css Color HEX #716463 Dim Gray

📋 copy color: '#716463'

red 113 ◦ green 100 ◦ blue 99

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

Shades of Dim Gray #716463

Tints of Dim Gray #716463

RGB

 RED value IS 113 (44.53% from 255) = 36.22%

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

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

R = 36.22%
G = 32.05%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#716463 (or 0x716463) is known color: Dim Gray. HEX triplet: 71, 64 and 63. RGB value is (113,100,99). Sum of RGB (Red+Green+Blue) = 113+100+99=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #716463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716463 is #8E9B9C. Grayscale: #676767. Windows color (decimal): -9345949 or 6513777. OLE color: 6513777.

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

Color convert

RGB 113 100 99 -
CMYK 0 0.12 0.12 0.56
HSL 4.29º 0.07% 0.42% -
HSV(B) 4.29º 0.12% 0.44% -
XYZ 13.62 13.53 13.7 -
YUV 103.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 113 100 99 0 0.12 0.12 0.56 4.29 0.07 0.42
Hex 71 64 63 0 C C 38 4 7 2A
Octal 161 144 143 0 14 14 70 4 7 52
Binary 1110001 1100100 1100011 0 1100 1100 111000 100 111 101010

Color Harmonies of #716463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716463

Black with #716463

Text Example


Text Example

White with #716463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716463; }

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

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

background-color css

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

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

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

border-color css

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

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

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