Html Css Color HEX #716262 Dim Gray

📋 copy color: '#716262'

red 113 ◦ green 98 ◦ blue 98

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

Shades of Dim Gray #716262

Tints of Dim Gray #716262

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.72%

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 36.57%
G = 31.72%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#716262 (or 0x716262) is known color: Dim Gray. HEX triplet: 71, 62 and 62. RGB value is (113,98,98). Sum of RGB (Red+Green+Blue) = 113+98+98=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #716262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716262 is #8E9D9D. Grayscale: #666666. Windows color (decimal): -9346462 or 6447729. OLE color: 6447729.

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

Color convert

RGB 113 98 98 -
CMYK 0 0.13 0.13 0.56
HSL 0.07% 0.41% -
HSV(B) 0.13% 0.44% -
XYZ 13.38 13.13 13.38 -
YUV 102.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 113 98 98 0 0.13 0.13 0.56 0 0.07 0.41
Hex 71 62 62 0 D D 38 0 7 29
Octal 161 142 142 0 15 15 70 0 7 51
Binary 1110001 1100010 1100010 0 1101 1101 111000 0 111 101001

Color Harmonies of #716262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716262

Black with #716262

Text Example


Text Example

White with #716262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716262; }

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

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

background-color css

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

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

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

border-color css

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

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

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