Html Css Color HEX #726464 Dim Gray

📋 copy color: '#726464'

red 114 ◦ green 100 ◦ blue 100

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

Shades of Dim Gray #726464

Tints of Dim Gray #726464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.85%

 BLUE value IS 100 (39.45% from 255) = 31.85%

R = 36.31%
G = 31.85%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#726464 (or 0x726464) is known color: Dim Gray. HEX triplet: 72, 64 and 64. RGB value is (114,100,100). Sum of RGB (Red+Green+Blue) = 114+100+100=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #726464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726464 is #8D9B9B. Grayscale: #686868. Windows color (decimal): -9280412 or 6579314. OLE color: 6579314.

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

Color convert

RGB 114 100 100 -
CMYK 0 0.12 0.12 0.55
HSL 0.07% 0.42% -
HSV(B) 0.12% 0.45% -
XYZ 13.8 13.61 13.96 -
YUV 104.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 114 100 100 0 0.12 0.12 0.55 0 0.07 0.42
Hex 72 64 64 0 C C 37 0 7 2A
Octal 162 144 144 0 14 14 67 0 7 52
Binary 1110010 1100100 1100100 0 1100 1100 110111 0 111 101010

Color Harmonies of #726464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726464

Black with #726464

Text Example


Text Example

White with #726464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726464; }

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

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

background-color css

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

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

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

border-color css

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

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

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