#726B6B

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

Shades of Dim Gray #726B6B

Tints of Dim Gray #726B6B

Color information

#726B6B (or 0x726B6B) is unknown color: approx Dim Gray. HEX triplet: 72, 6B and 6B. RGB value is (114,107,107). Sum of RGB (Red+Green+Blue) = 114+107+107=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 114 - color contains mainly: red. Hex color #726B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B6B is #8D9494. Grayscale: #6D6D6D. Windows color (decimal): -9278613 or 7039858. OLE color: 7039858.

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

Color convert

RGB114107107-
CMYK00.060.060.55
HSL3.17%43.33%-
HSV(B)6.14%44.71%-
XYZ14.8515.1516.05-
YUV109.09126.82131.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 107 (42.19% from 255) = 32.62%
BLUE value IS 107 (42.19% from 255) = 32.62%
R=34.76%
G=32.62%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410710700.060.060.5503.1743.33
Hex726B6B06637032b
Octal162153153066670353
Binary1110010110101111010110110110110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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