#726850

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

Shades of Coffee #726850

Tints of Coffee #726850

Color information

#726850 (or 0x726850) is unknown color: approx Coffee. HEX triplet: 72, 68 and 50. RGB value is (114,104,80). Sum of RGB (Red+Green+Blue) = 114+104+80=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #726850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726850 is #8D97AF. Grayscale: #686868. Windows color (decimal): -9279408 or 5269618. OLE color: 5269618.

HSL color Cylindrical-coordinate representation of color #726850: hue angle of 42.35º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #726850 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB11410480-
CMYK00.090.300.55
HSL42.35º17.53%38.04%-
HSV(B)42.35º29.82%44.71%-
XYZ13.3414.069.6-
YUV104.25114.31134.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=38.26%
G=34.90%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141048000.090.300.5542.3517.5338.04
Hex726850091E372a1226
Octal1621501200113667522246
Binary111001011010001010000010011111011011110101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726850; }

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

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

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

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

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

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

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

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