#726564

Color #726564 Dim Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dim Gray #726564

Tints of Dim Gray #726564

Color information

#726564 (or 0x726564) is unknown color: approx Dim Gray. HEX triplet: 72, 65 and 64. RGB value is (114,101,100). Sum of RGB (Red+Green+Blue) = 114+101+100=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #726564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726564 is #8D9A9B. Grayscale: #686868. Windows color (decimal): -9280156 or 6579570. OLE color: 6579570.

HSL color Cylindrical-coordinate representation of color #726564: hue angle of 4.29º 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 #726564 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB114101100-
CMYK00.110.120.55
HSL4.29º6.54%41.96%-
HSV(B)4.29º12.28%44.71%-
XYZ13.8913.813.99-
YUV104.77125.31134.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=36.19%
G=32.06%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410110000.110.120.554.296.5441.96
Hex7265640BC37472a
Octal16214514401314674752
Binary111001011001011100100010111100110111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726564; }

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

 H1.HeaderClassName
 {
   color: #726564;
 }
 .AnyTagClassName
 {
   color: #726564;
 }
</style>
background-color css

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

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

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

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

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

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