#766852

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

Shades of Coffee #766852

Tints of Coffee #766852

Color information

#766852 (or 0x766852) is unknown color: approx Coffee. HEX triplet: 76, 68 and 52. RGB value is (118,104,82). Sum of RGB (Red+Green+Blue) = 118+104+82=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #766852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766852 is #8997AD. Grayscale: #696969. Windows color (decimal): -9017262 or 5400694. OLE color: 5400694.

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

Color convert

RGB11810482-
CMYK00.120.310.54
HSL36.67º18%39.22%-
HSV(B)36.67º30.51%46.27%-
XYZ13.9414.3610.02-
YUV105.68114.64136.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=38.82%
G=34.21%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181048200.120.310.5436.671839.22
Hex7668520C1F36251227
Octal1661501220143766452247
Binary111011011010001010010011001111111011010010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766852; }

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

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

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

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

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

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

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

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