Html Css Color HEX #716565 Dim Gray

📋 copy color: '#716565'

red 113 ◦ green 101 ◦ blue 101

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

Shades of Dim Gray #716565

Tints of Dim Gray #716565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.06%

R = 35.87%
G = 32.06%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#716565 (or 0x716565) is known color: Dim Gray. HEX triplet: 71, 65 and 65. RGB value is (113,101,101). Sum of RGB (Red+Green+Blue) = 113+101+101=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #716565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716565 is #8E9A9A. Grayscale: #686868. Windows color (decimal): -9345691 or 6645105. OLE color: 6645105.

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

Color convert

RGB 113 101 101 -
CMYK 0 0.11 0.11 0.56
HSL 0.06% 0.42% -
HSV(B) 0.11% 0.44% -
XYZ 13.81 13.76 14.24 -
YUV 104.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 113 101 101 0 0.11 0.11 0.56 0 0.06 0.42
Hex 71 65 65 0 B B 38 0 6 2A
Octal 161 145 145 0 13 13 70 0 6 52
Binary 1110001 1100101 1100101 0 1011 1011 111000 0 110 101010

Color Harmonies of #716565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716565

Black with #716565

Text Example


Text Example

White with #716565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716565; }

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

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

background-color css

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

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

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

border-color css

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

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

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