#776952

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

Shades of Coffee #776952

Tints of Coffee #776952

Color information

#776952 (or 0x776952) is unknown color: approx Coffee. HEX triplet: 77, 69 and 52. RGB value is (119,105,82). Sum of RGB (Red+Green+Blue) = 119+105+82=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #776952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776952 is #8896AD. Grayscale: #6A6A6A. Windows color (decimal): -8951470 or 5400951. OLE color: 5400951.

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

Color convert

RGB11910582-
CMYK00.120.310.53
HSL37.3º18.41%39.41%-
HSV(B)37.3º31.09%46.67%-
XYZ14.1814.6310.06-
YUV106.56114.14136.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.89%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 82 (32.42% from 255) = 26.80%
R=38.89%
G=34.31%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191058200.120.310.5337.318.4139.41
Hex7769520C1F35251227
Octal1671511220143765452247
Binary111011111010011010010011001111111010110010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776952; }

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

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

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

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

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

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

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

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