Html Css Color HEX #716968 Dim Gray

📋 copy color: '#716968'

red 113 ◦ green 105 ◦ blue 104

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

Shades of Dim Gray #716968

Tints of Dim Gray #716968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.3%

R = 35.09%
G = 32.61%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#716968 (or 0x716968) is known color: Dim Gray. HEX triplet: 71, 69 and 68. RGB value is (113,105,104). Sum of RGB (Red+Green+Blue) = 113+105+104=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 113 - color contains mainly: red. Hex color #716968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716968 is #8E9697. Grayscale: #6B6B6B. Windows color (decimal): -9344664 or 6842737. OLE color: 6842737.

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

Color convert

RGB 113 105 104 -
CMYK 0 0.07 0.08 0.56
HSL 6.67º 0.04% 0.43% -
HSV(B) 6.67º 0.08% 0.44% -
XYZ 14.36 14.61 15.16 -
YUV 107.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 113 105 104 0 0.07 0.08 0.56 6.67 0.04 0.43
Hex 71 69 68 0 7 8 38 7 4 2B
Octal 161 151 150 0 7 10 70 7 4 53
Binary 1110001 1101001 1101000 0 111 1000 111000 111 100 101011

Color Harmonies of #716968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716968

Black with #716968

Text Example


Text Example

White with #716968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716968; }

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

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

background-color css

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

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

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

border-color css

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

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

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