Html Css Color HEX #726362 Dim Gray

📋 copy color: '#726362'

red 114 ◦ green 99 ◦ blue 98

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

Shades of Dim Gray #726362

Tints of Dim Gray #726362

RGB

 RED value IS 114 (44.92% from 255) = 36.66%

 GREEN value IS 99 (39.06% from 255) = 31.83%

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

R = 36.66%
G = 31.83%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#726362 (or 0x726362) is known color: Dim Gray. HEX triplet: 72, 63 and 62. RGB value is (114,99,98). Sum of RGB (Red+Green+Blue) = 114+99+98=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #726362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726362 is #8D9C9D. Grayscale: #676767. Windows color (decimal): -9280670 or 6447986. OLE color: 6447986.

HSL color Cylindrical-coordinate representation of color #726362: hue angle of 3.75º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #726362 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 99 98 -
CMYK 0 0.13 0.14 0.55
HSL 3.75º 0.08% 0.42% -
HSV(B) 3.75º 0.14% 0.45% -
XYZ 13.61 13.38 13.42 -
YUV 103.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 114 99 98 0 0.13 0.14 0.55 3.75 0.08 0.42
Hex 72 63 62 0 D E 37 4 8 2A
Octal 162 143 142 0 15 16 67 4 10 52
Binary 1110010 1100011 1100010 0 1101 1110 110111 100 1000 101010

Color Harmonies of #726362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726362

Black with #726362

Text Example


Text Example

White with #726362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726362; }

 p { color: rgb(114,99,98); }

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

background-color css

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

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

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

border-color css

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

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

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