#726A5A

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

Shades of Coffee #726A5A

Tints of Coffee #726A5A

Color information

#726A5A (or 0x726A5A) is unknown color: approx Coffee. HEX triplet: 72, 6A and 5A. RGB value is (114,106,90). Sum of RGB (Red+Green+Blue) = 114+106+90=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #726A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A5A is #8D95A5. Grayscale: #6A6A6A. Windows color (decimal): -9278886 or 5925490. OLE color: 5925490.

HSL color Cylindrical-coordinate representation of color #726A5A: hue angle of 40º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #726A5A is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB11410690-
CMYK00.070.210.55
HSL40º11.76%40%-
HSV(B)40º21.05%44.71%-
XYZ13.9414.6211.76-
YUV106.57118.65133.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=36.77%
G=34.19%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141069000.070.210.554011.7640
Hex726A5A07153728c28
Octal162152132072567501450
Binary1110010110101010110100111101011101111010001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726A5A; }

 p { color: rgb(114,106,90); }

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

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

 a { background-color: rgb(114,106,90); }

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

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

 span { border-color: rgb(114,106,90); }

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