#726A6A

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

Shades of Dim Gray #726A6A

Tints of Dim Gray #726A6A

Color information

#726A6A (or 0x726A6A) is unknown color: approx Dim Gray. HEX triplet: 72, 6A and 6A. RGB value is (114,106,106). Sum of RGB (Red+Green+Blue) = 114+106+106=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #726A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A6A is #8D9595. Grayscale: #6C6C6C. Windows color (decimal): -9278870 or 6974066. OLE color: 6974066.

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

Color convert

RGB114106106-
CMYK00.070.070.55
HSL3.64%43.14%-
HSV(B)7.02%44.71%-
XYZ14.6914.9315.74-
YUV108.39126.65132-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=34.97%
G=32.52%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410610600.070.070.5503.6443.14
Hex726A6A07737042b
Octal162152152077670453
Binary11100101101010110101001111111101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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