#726867

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

Shades of Dim Gray #726867

Tints of Dim Gray #726867

Color information

#726867 (or 0x726867) is unknown color: approx Dim Gray. HEX triplet: 72, 68 and 67. RGB value is (114,104,103). Sum of RGB (Red+Green+Blue) = 114+104+103=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #726867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726867 is #8D9798. Grayscale: #6A6A6A. Windows color (decimal): -9279385 or 6776946. OLE color: 6776946.

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

Color convert

RGB114104103-
CMYK00.090.100.55
HSL5.45º5.07%42.55%-
HSV(B)5.45º9.65%44.71%-
XYZ14.3414.4614.87-
YUV106.88125.81133.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 103 (40.62% from 255) = 32.09%
R=35.51%
G=32.40%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410410300.090.100.555.455.0742.55
Hex72686709A37552b
Octal16215014701112675553
Binary111001011010001100111010011010110111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726867; }

 p { color: rgb(114,104,103); }

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

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

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

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

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

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

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