#776852

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

Shades of Coffee #776852

Tints of Coffee #776852

Color information

#776852 (or 0x776852) is unknown color: approx Coffee. HEX triplet: 77, 68 and 52. RGB value is (119,104,82). Sum of RGB (Red+Green+Blue) = 119+104+82=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #776852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776852 is #8897AD. Grayscale: #6A6A6A. Windows color (decimal): -8951726 or 5400695. OLE color: 5400695.

HSL color Cylindrical-coordinate representation of color #776852: hue angle of 35.68º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #776852 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB11910482-
CMYK00.130.310.53
HSL35.68º18.41%39.41%-
HSV(B)35.68º31.09%46.67%-
XYZ14.0814.4310.03-
YUV105.98114.47137.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=39.02%
G=34.10%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191048200.130.310.5335.6818.4139.41
Hex7768520D1F35241227
Octal1671501220153765442247
Binary111011111010001010010011011111111010110010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776852; }

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

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

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

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

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

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

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

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