Html Css Color HEX #716868 Dim Gray

📋 copy color: '#716868'

red 113 ◦ green 104 ◦ blue 104

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

Shades of Dim Gray #716868

Tints of Dim Gray #716868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.4%

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

R = 35.2%
G = 32.4%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#716868 (or 0x716868) is known color: Dim Gray. HEX triplet: 71, 68 and 68. RGB value is (113,104,104). Sum of RGB (Red+Green+Blue) = 113+104+104=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 113 - color contains mainly: red. Hex color #716868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716868 is #8E9797. Grayscale: #6A6A6A. Windows color (decimal): -9344920 or 6842481. OLE color: 6842481.

HSL color Cylindrical-coordinate representation of color #716868: 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.08%. Process color model (Four color, CMYK) of #716868 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 104 104 -
CMYK 0 0.08 0.08 0.56
HSL 0.04% 0.43% -
HSV(B) 0.08% 0.44% -
XYZ 14.26 14.41 15.13 -
YUV 106.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 113 104 104 0 0.08 0.08 0.56 0 0.04 0.43
Hex 71 68 68 0 8 8 38 0 4 2B
Octal 161 150 150 0 10 10 70 0 4 53
Binary 1110001 1101000 1101000 0 1000 1000 111000 0 100 101011

Color Harmonies of #716868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716868

Black with #716868

Text Example


Text Example

White with #716868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716868; }

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

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

background-color css

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

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

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

border-color css

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

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

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