#72695A

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

Shades of Coffee #72695A

Tints of Coffee #72695A

Color information

#72695A (or 0x72695A) is unknown color: approx Coffee. HEX triplet: 72, 69 and 5A. RGB value is (114,105,90). Sum of RGB (Red+Green+Blue) = 114+105+90=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #72695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72695A is #8D96A5. Grayscale: #6A6A6A. Windows color (decimal): -9279142 or 5925234. OLE color: 5925234.

HSL color Cylindrical-coordinate representation of color #72695A: hue angle of 37.5º 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 #72695A is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB11410590-
CMYK00.080.210.55
HSL37.5º11.76%40%-
HSV(B)37.5º21.05%44.71%-
XYZ13.8414.4211.73-
YUV105.98118.98133.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=36.89%
G=33.98%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141059000.080.210.5537.511.7640
Hex72695A08153726c28
Octal1621511320102567461450
Binary11100101101001101101001000101011101111001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72695A; }

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

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

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

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

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

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

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

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