#726650

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

Shades of Coffee #726650

Tints of Coffee #726650

Color information

#726650 (or 0x726650) is unknown color: approx Coffee. HEX triplet: 72, 66 and 50. RGB value is (114,102,80). Sum of RGB (Red+Green+Blue) = 114+102+80=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #726650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726650 is #8D99AF. Grayscale: #676767. Windows color (decimal): -9279920 or 5269106. OLE color: 5269106.

HSL color Cylindrical-coordinate representation of color #726650: hue angle of 38.82º 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 #726650 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB11410280-
CMYK00.110.300.55
HSL38.82º17.53%38.04%-
HSV(B)38.82º29.82%44.71%-
XYZ13.1413.669.53-
YUV103.08114.98135.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=38.51%
G=34.46%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141028000.110.300.5538.8217.5338.04
Hex7266500B1E37271226
Octal1621461200133667472246
Binary111001011001101010000010111111011011110011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726650; }

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

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

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

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

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

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

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

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