#726956

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

Shades of Coffee #726956

Tints of Coffee #726956

Color information

#726956 (or 0x726956) is unknown color: approx Coffee. HEX triplet: 72, 69 and 56. RGB value is (114,105,86). Sum of RGB (Red+Green+Blue) = 114+105+86=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #726956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726956 is #8D96A9. Grayscale: #696969. Windows color (decimal): -9279146 or 5663090. OLE color: 5663090.

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

Color convert

RGB11410586-
CMYK00.080.250.55
HSL40.71º14%39.22%-
HSV(B)40.71º24.56%44.71%-
XYZ13.6714.3510.85-
YUV105.52116.98134.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 86 (33.98% from 255) = 28.20%
R=37.38%
G=34.43%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141058600.080.250.5540.711439.22
Hex72695608193729e27
Octal1621511260103167511647
Binary11100101101001101011001000110011101111010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726956; }

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

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

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

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

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

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

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

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