#726752

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

Shades of Coffee #726752

Tints of Coffee #726752

Color information

#726752 (or 0x726752) is unknown color: approx Coffee. HEX triplet: 72, 67 and 52. RGB value is (114,103,82). Sum of RGB (Red+Green+Blue) = 114+103+82=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #726752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726752 is #8D98AD. Grayscale: #676767. Windows color (decimal): -9279662 or 5400434. OLE color: 5400434.

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

Color convert

RGB11410382-
CMYK00.100.280.55
HSL39.38º16.33%38.43%-
HSV(B)39.38º28.07%44.71%-
XYZ13.3113.899.96-
YUV103.9115.64135.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=38.13%
G=34.45%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141038200.100.280.5539.3816.3338.43
Hex7267520A1C37271026
Octal1621471220123467472046
Binary111001011001111010010010101110011011110011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726752; }

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

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

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

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

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

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

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

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