Html Css Color HEX #716766 Dim Gray

📋 copy color: '#716766'

red 113 ◦ green 103 ◦ blue 102

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

Shades of Dim Gray #716766

Tints of Dim Gray #716766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 35.53%
G = 32.39%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#716766 (or 0x716766) is known color: Dim Gray. HEX triplet: 71, 67 and 66. RGB value is (113,103,102). Sum of RGB (Red+Green+Blue) = 113+103+102=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #716766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716766 is #8E9899. Grayscale: #696969. Windows color (decimal): -9345178 or 6711153. OLE color: 6711153.

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

Color convert

RGB 113 103 102 -
CMYK 0 0.09 0.10 0.56
HSL 5.45º 0.05% 0.42% -
HSV(B) 5.45º 0.1% 0.44% -
XYZ 14.06 14.17 14.56 -
YUV 105.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 113 103 102 0 0.09 0.10 0.56 5.45 0.05 0.42
Hex 71 67 66 0 9 A 38 5 5 2A
Octal 161 147 146 0 11 12 70 5 5 52
Binary 1110001 1100111 1100110 0 1001 1010 111000 101 101 101010

Color Harmonies of #716766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716766

Black with #716766

Text Example


Text Example

White with #716766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716766; }

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

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

background-color css

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

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

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

border-color css

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

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

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