#726652

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

Shades of Coffee #726652

Tints of Coffee #726652

Color information

#726652 (or 0x726652) is unknown color: approx Coffee. HEX triplet: 72, 66 and 52. RGB value is (114,102,82). Sum of RGB (Red+Green+Blue) = 114+102+82=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #726652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726652 is #8D99AD. Grayscale: #676767. Windows color (decimal): -9279918 or 5400178. OLE color: 5400178.

HSL color Cylindrical-coordinate representation of color #726652: hue angle of 37.5º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #726652 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB11410282-
CMYK00.110.280.55
HSL37.5º16.33%38.43%-
HSV(B)37.5º28.07%44.71%-
XYZ13.2113.699.93-
YUV103.31115.98135.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=38.26%
G=34.23%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141028200.110.280.5537.516.3338.43
Hex7266520B1C37261026
Octal1621461220133467462046
Binary111001011001101010010010111110011011110011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726652; }

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

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

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

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

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

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

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

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