#726852

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

Shades of Coffee #726852

Tints of Coffee #726852

Color information

#726852 (or 0x726852) is unknown color: approx Coffee. HEX triplet: 72, 68 and 52. RGB value is (114,104,82). Sum of RGB (Red+Green+Blue) = 114+104+82=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #726852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726852 is #8D97AD. Grayscale: #686868. Windows color (decimal): -9279406 or 5400690. OLE color: 5400690.

HSL color Cylindrical-coordinate representation of color #726852: hue angle of 41.25º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #726852 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB11410482-
CMYK00.090.280.55
HSL41.25º16.33%38.43%-
HSV(B)41.25º28.07%44.71%-
XYZ13.4114.099.99-
YUV104.48115.31134.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=38%
G=34.67%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141048200.090.280.5541.2516.3338.43
Hex726852091C37291026
Octal1621501220113467512046
Binary111001011010001010010010011110011011110100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726852; }

 p { color: rgb(114,104,82); }

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

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

 a { background-color: rgb(114,104,82); }

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

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

 span { border-color: rgb(114,104,82); }

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