#726A58

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

Shades of Coffee #726A58

Tints of Coffee #726A58

Color information

#726A58 (or 0x726A58) is unknown color: approx Coffee. HEX triplet: 72, 6A and 58. RGB value is (114,106,88). Sum of RGB (Red+Green+Blue) = 114+106+88=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #726A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A58 is #8D95A7. Grayscale: #6A6A6A. Windows color (decimal): -9278888 or 5794418. OLE color: 5794418.

HSL color Cylindrical-coordinate representation of color #726A58: hue angle of 41.54º 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 #726A58 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB11410688-
CMYK00.070.230.55
HSL41.54º12.87%39.61%-
HSV(B)41.54º22.81%44.71%-
XYZ13.8514.5911.32-
YUV106.34117.65133.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=37.01%
G=34.42%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141068800.070.230.5541.5412.8739.61
Hex726A580717372ad28
Octal162152130072767521550
Binary1110010110101010110000111101111101111010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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