#776953

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

Shades of Coffee #776953

Tints of Coffee #776953

Color information

#776953 (or 0x776953) is unknown color: approx Coffee. HEX triplet: 77, 69 and 53. RGB value is (119,105,83). Sum of RGB (Red+Green+Blue) = 119+105+83=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #776953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776953 is #8896AC. Grayscale: #6A6A6A. Windows color (decimal): -8951469 or 5466487. OLE color: 5466487.

HSL color Cylindrical-coordinate representation of color #776953: hue angle of 36.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #776953 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB11910583-
CMYK00.120.300.53
HSL36.67º17.82%39.61%-
HSV(B)36.67º30.25%46.67%-
XYZ14.2214.6510.26-
YUV106.68114.64136.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 83 (32.81% from 255) = 27.04%
R=38.76%
G=34.20%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191058300.120.300.5336.6717.8239.61
Hex7769530C1E35251228
Octal1671511230143665452250
Binary111011111010011010011011001111011010110010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776953; }

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

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

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

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

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

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

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

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