Html Css Color HEX #716A69 Dim Gray

📋 copy color: '#716A69'

red 113 ◦ green 106 ◦ blue 105

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

Shades of Dim Gray #716A69

Tints of Dim Gray #716A69

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.72%

 BLUE value IS 105 (41.41% from 255) = 32.41%

R = 34.88%
G = 32.72%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#716A69 (or 0x716A69) is known color: Dim Gray. HEX triplet: 71, 6A and 69. RGB value is (113,106,105). Sum of RGB (Red+Green+Blue) = 113+106+105=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 113 - color contains mainly: red. Hex color #716A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A69 is #8E9596. Grayscale: #6B6B6B. Windows color (decimal): -9344407 or 6908529. OLE color: 6908529.

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

Color convert

RGB 113 106 105 -
CMYK 0 0.06 0.07 0.56
HSL 7.5º 0.04% 0.43% -
HSV(B) 7.5º 0.07% 0.44% -
XYZ 14.51 14.84 15.46 -
YUV 107.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 113 106 105 0 0.06 0.07 0.56 7.5 0.04 0.43
Hex 71 6A 69 0 6 7 38 8 4 2B
Octal 161 152 151 0 6 7 70 10 4 53
Binary 1110001 1101010 1101001 0 110 111 111000 1000 100 101011

Color Harmonies of #716A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A69

Black with #716A69

Text Example


Text Example

White with #716A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716A69; }

 p { color: rgb(113,106,105); }

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

background-color css

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

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

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

border-color css

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

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

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