#766752

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

Shades of Coffee #766752

Tints of Coffee #766752

Color information

#766752 (or 0x766752) is unknown color: approx Coffee. HEX triplet: 76, 67 and 52. RGB value is (118,103,82). Sum of RGB (Red+Green+Blue) = 118+103+82=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #766752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766752 is #8998AD. Grayscale: #696969. Windows color (decimal): -9017518 or 5400438. OLE color: 5400438.

HSL color Cylindrical-coordinate representation of color #766752: hue angle of 35º 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 #766752 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB11810382-
CMYK00.130.310.54
HSL35º18%39.22%-
HSV(B)35º30.51%46.27%-
XYZ13.8414.169.99-
YUV105.09114.97137.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=38.94%
G=33.99%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181038200.130.310.54351839.22
Hex7667520D1F36231227
Octal1661471220153766432247
Binary111011011001111010010011011111111011010001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766752; }

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

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

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

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

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

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

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

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