Html Css Color HEX #716765 Dim Gray

📋 copy color: '#716765'

red 113 ◦ green 103 ◦ blue 101

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

Shades of Dim Gray #716765

Tints of Dim Gray #716765

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 35.65%
G = 32.49%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#716765 (or 0x716765) is known color: Dim Gray. HEX triplet: 71, 67 and 65. RGB value is (113,103,101). Sum of RGB (Red+Green+Blue) = 113+103+101=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #716765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716765 is #8E989A. Grayscale: #696969. Windows color (decimal): -9345179 or 6645617. OLE color: 6645617.

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

Color convert

RGB 113 103 101 -
CMYK 0 0.09 0.11 0.56
HSL 10º 0.06% 0.42% -
HSV(B) 10º 0.11% 0.44% -
XYZ 14.01 14.15 14.3 -
YUV 105.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 113 103 101 0 0.09 0.11 0.56 10 0.06 0.42
Hex 71 67 65 0 9 B 38 A 6 2A
Octal 161 147 145 0 11 13 70 12 6 52
Binary 1110001 1100111 1100101 0 1001 1011 111000 1010 110 101010

Color Harmonies of #716765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716765

Black with #716765

Text Example


Text Example

White with #716765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716765; }

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

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

background-color css

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

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

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

border-color css

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

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

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