#726858

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

Shades of Coffee #726858

Tints of Coffee #726858

Color information

#726858 (or 0x726858) is unknown color: approx Coffee. HEX triplet: 72, 68 and 58. RGB value is (114,104,88). Sum of RGB (Red+Green+Blue) = 114+104+88=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #726858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726858 is #8D97A7. Grayscale: #696969. Windows color (decimal): -9279400 or 5793906. OLE color: 5793906.

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

Color convert

RGB11410488-
CMYK00.090.230.55
HSL36.92º12.87%39.61%-
HSV(B)36.92º22.81%44.71%-
XYZ13.6514.1811.25-
YUV105.17118.31134.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 88 (34.77% from 255) = 28.76%
R=37.25%
G=33.99%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141048800.090.230.5536.9212.8739.61
Hex72685809173725d28
Octal1621501300112767451550
Binary11100101101000101100001001101111101111001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726858; }

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

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

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

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

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

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

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

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