#746852

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

Shades of Coffee #746852

Tints of Coffee #746852

Color information

#746852 (or 0x746852) is unknown color: approx Coffee. HEX triplet: 74, 68 and 52. RGB value is (116,104,82). Sum of RGB (Red+Green+Blue) = 116+104+82=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #746852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746852 is #8B97AD. Grayscale: #696969. Windows color (decimal): -9148334 or 5400692. OLE color: 5400692.

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

Color convert

RGB11610482-
CMYK00.100.290.55
HSL38.82º17.17%38.82%-
HSV(B)38.82º29.31%45.49%-
XYZ13.6814.2210.01-
YUV105.08114.98135.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=38.41%
G=34.44%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161048200.100.290.5538.8217.1738.82
Hex7468520A1D37271127
Octal1641501220123567472147
Binary111010011010001010010010101110111011110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746852; }

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

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

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

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

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

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

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

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