Html Css Color HEX #716867 Dim Gray

📋 copy color: '#716867'

red 113 ◦ green 104 ◦ blue 103

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

Shades of Dim Gray #716867

Tints of Dim Gray #716867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.19%

R = 35.31%
G = 32.5%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#716867 (or 0x716867) is known color: Dim Gray. HEX triplet: 71, 68 and 67. RGB value is (113,104,103). Sum of RGB (Red+Green+Blue) = 113+104+103=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 113 - color contains mainly: red. Hex color #716867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716867 is #8E9798. Grayscale: #6A6A6A. Windows color (decimal): -9344921 or 6776945. OLE color: 6776945.

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

Color convert

RGB 113 104 103 -
CMYK 0 0.08 0.09 0.56
HSL 0.05% 0.42% -
HSV(B) 0.09% 0.44% -
XYZ 14.21 14.39 14.86 -
YUV 106.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 113 104 103 0 0.08 0.09 0.56 6 0.05 0.42
Hex 71 68 67 0 8 9 38 6 5 2A
Octal 161 150 147 0 10 11 70 6 5 52
Binary 1110001 1101000 1100111 0 1000 1001 111000 110 101 101010

Color Harmonies of #716867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716867

Black with #716867

Text Example


Text Example

White with #716867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716867; }

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

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

background-color css

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

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

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

border-color css

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

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

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