Html Css Color HEX #716665 Dim Gray

📋 copy color: '#716665'

red 113 ◦ green 102 ◦ blue 101

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

Shades of Dim Gray #716665

Tints of Dim Gray #716665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.28%

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

R = 35.76%
G = 32.28%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#716665 (or 0x716665) is known color: Dim Gray. HEX triplet: 71, 66 and 65. RGB value is (113,102,101). Sum of RGB (Red+Green+Blue) = 113+102+101=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 113 - color contains mainly: red. Hex color #716665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716665 is #8E999A. Grayscale: #696969. Windows color (decimal): -9345435 or 6645361. OLE color: 6645361.

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

Color convert

RGB 113 102 101 -
CMYK 0 0.10 0.11 0.56
HSL 0.06% 0.42% -
HSV(B) 0.11% 0.44% -
XYZ 13.91 13.95 14.27 -
YUV 105.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 113 102 101 0 0.10 0.11 0.56 5 0.06 0.42
Hex 71 66 65 0 A B 38 5 6 2A
Octal 161 146 145 0 12 13 70 5 6 52
Binary 1110001 1100110 1100101 0 1010 1011 111000 101 110 101010

Color Harmonies of #716665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716665

Black with #716665

Text Example


Text Example

White with #716665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716665; }

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

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

background-color css

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

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

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

border-color css

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

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

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