#72664F

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

Shades of Coffee #72664F

Tints of Coffee #72664F

Color information

#72664F (or 0x72664F) is unknown color: approx Coffee. HEX triplet: 72, 66 and 4F. RGB value is (114,102,79). Sum of RGB (Red+Green+Blue) = 114+102+79=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #72664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72664F is #8D99B0. Grayscale: #676767. Windows color (decimal): -9279921 or 5203570. OLE color: 5203570.

HSL color Cylindrical-coordinate representation of color #72664F: hue angle of 39.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72664F is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB11410279-
CMYK00.110.310.55
HSL39.43º18.13%37.84%-
HSV(B)39.43º30.7%44.71%-
XYZ13.113.649.34-
YUV102.97114.48135.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 102 (40.23% from 255) = 34.58%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=38.64%
G=34.58%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141027900.110.310.5539.4318.1337.84
Hex72664F0B1F37271226
Octal1621461170133767472246
Binary111001011001101001111010111111111011110011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72664F; }

 p { color: rgb(114,102,79); }

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

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

 a { background-color: rgb(114,102,79); }

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

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

 span { border-color: rgb(114,102,79); }

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