Html Css Color HEX #716563 Dim Gray

📋 copy color: '#716563'

red 113 ◦ green 101 ◦ blue 99

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

Shades of Dim Gray #716563

Tints of Dim Gray #716563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.27%

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

R = 36.1%
G = 32.27%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#716563 (or 0x716563) is known color: Dim Gray. HEX triplet: 71, 65 and 63. RGB value is (113,101,99). Sum of RGB (Red+Green+Blue) = 113+101+99=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #716563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716563 is #8E9A9C. Grayscale: #686868. Windows color (decimal): -9345693 or 6514033. OLE color: 6514033.

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

Color convert

RGB 113 101 99 -
CMYK 0 0.11 0.12 0.56
HSL 8.57º 0.07% 0.42% -
HSV(B) 8.57º 0.12% 0.44% -
XYZ 13.72 13.72 13.73 -
YUV 104.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 113 101 99 0 0.11 0.12 0.56 8.57 0.07 0.42
Hex 71 65 63 0 B C 38 9 7 2A
Octal 161 145 143 0 13 14 70 11 7 52
Binary 1110001 1100101 1100011 0 1011 1100 111000 1001 111 101010

Color Harmonies of #716563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716563

Black with #716563

Text Example


Text Example

White with #716563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716563; }

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

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

background-color css

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

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

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

border-color css

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

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

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