#726958

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

Shades of Coffee #726958

Tints of Coffee #726958

Color information

#726958 (or 0x726958) is unknown color: approx Coffee. HEX triplet: 72, 69 and 58. RGB value is (114,105,88). Sum of RGB (Red+Green+Blue) = 114+105+88=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #726958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726958 is #8D96A7. Grayscale: #696969. Windows color (decimal): -9279144 or 5794162. OLE color: 5794162.

HSL color Cylindrical-coordinate representation of color #726958: hue angle of 39.23º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #726958 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB11410588-
CMYK00.080.230.55
HSL39.23º12.87%39.61%-
HSV(B)39.23º22.81%44.71%-
XYZ13.7514.3911.28-
YUV105.75117.98133.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 88 (34.77% from 255) = 28.66%
R=37.13%
G=34.20%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141058800.080.230.5539.2312.8739.61
Hex72695808173727d28
Octal1621511300102767471550
Binary11100101101001101100001000101111101111001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726958; }

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

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

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

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

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

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

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

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