Html Css Color HEX #726D6D Dim Gray

📋 copy color: '#726D6D'

red 114 ◦ green 109 ◦ blue 109

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

Shades of Dim Gray #726D6D

Tints of Dim Gray #726D6D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 34.34%
G = 32.83%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#726D6D (or 0x726D6D) is known color: Dim Gray. HEX triplet: 72, 6D and 6D. RGB value is (114,109,109). Sum of RGB (Red+Green+Blue) = 114+109+109=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 114 - color contains mainly: red. Hex color #726D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D6D is #8D9292. Grayscale: #6E6E6E. Windows color (decimal): -9278099 or 7171442. OLE color: 7171442.

HSL color Cylindrical-coordinate representation of color #726D6D: hue angle of 0º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #726D6D is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 109 109 -
CMYK 0 0.04 0.04 0.55
HSL 0.02% 0.44% -
HSV(B) 0.04% 0.45% -
XYZ 15.17 15.62 16.68 -
YUV 110.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 114 109 109 0 0.04 0.04 0.55 0 0.02 0.44
Hex 72 6D 6D 0 4 4 37 0 2 2C
Octal 162 155 155 0 4 4 67 0 2 54
Binary 1110010 1101101 1101101 0 100 100 110111 0 10 101100

Color Harmonies of #726D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D6D

Black with #726D6D

Text Example


Text Example

White with #726D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726D6D; }

 p { color: rgb(114,109,109); }

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

background-color css

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

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

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

border-color css

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

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

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