Html Css Color HEX #716363 Dim Gray

📋 copy color: '#716363'

red 113 ◦ green 99 ◦ blue 99

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

Shades of Dim Gray #716363

Tints of Dim Gray #716363

RGB

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

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

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

R = 36.33%
G = 31.83%
B = 31.83%

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

#716363 (or 0x716363) is known color: Dim Gray. HEX triplet: 71, 63 and 63. RGB value is (113,99,99). Sum of RGB (Red+Green+Blue) = 113+99+99=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #716363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716363 is #8E9C9C. Grayscale: #676767. Windows color (decimal): -9346205 or 6513521. OLE color: 6513521.

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

Color convert

RGB 113 99 99 -
CMYK 0 0.12 0.12 0.56
HSL 0.07% 0.42% -
HSV(B) 0.12% 0.44% -
XYZ 13.52 13.34 13.67 -
YUV 103.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 113 99 99 0 0.12 0.12 0.56 0 0.07 0.42
Hex 71 63 63 0 C C 38 0 7 2A
Octal 161 143 143 0 14 14 70 0 7 52
Binary 1110001 1100011 1100011 0 1100 1100 111000 0 111 101010

Color Harmonies of #716363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716363

Black with #716363

Text Example


Text Example

White with #716363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716363; }

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

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

background-color css

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

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

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

border-color css

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

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

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