Html Css Color HEX #716969 Dim Gray

📋 copy color: '#716969'

red 113 ◦ green 105 ◦ blue 105

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

Shades of Dim Gray #716969

Tints of Dim Gray #716969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.51%

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

R = 34.98%
G = 32.51%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#716969 (or 0x716969) is known color: Dim Gray. HEX triplet: 71, 69 and 69. RGB value is (113,105,105). Sum of RGB (Red+Green+Blue) = 113+105+105=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 113 - color contains mainly: red. Hex color #716969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716969 is #8E9696. Grayscale: #6B6B6B. Windows color (decimal): -9344663 or 6908273. OLE color: 6908273.

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

Color convert

RGB 113 105 105 -
CMYK 0 0.07 0.07 0.56
HSL 0.04% 0.43% -
HSV(B) 0.07% 0.44% -
XYZ 14.41 14.63 15.43 -
YUV 107.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 113 105 105 0 0.07 0.07 0.56 0 0.04 0.43
Hex 71 69 69 0 7 7 38 0 4 2B
Octal 161 151 151 0 7 7 70 0 4 53
Binary 1110001 1101001 1101001 0 111 111 111000 0 100 101011

Color Harmonies of #716969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716969

Black with #716969

Text Example


Text Example

White with #716969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716969; }

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

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

background-color css

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

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

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

border-color css

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

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

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