#766960

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

Shades of Roman Coffee #766960

Tints of Roman Coffee #766960

Color information

#766960 (or 0x766960) is unknown color: approx Roman Coffee. HEX triplet: 76, 69 and 60. RGB value is (118,105,96). Sum of RGB (Red+Green+Blue) = 118+105+96=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #766960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766960 is #89969F. Grayscale: #6B6B6B. Windows color (decimal): -9016992 or 6318454. OLE color: 6318454.

HSL color Cylindrical-coordinate representation of color #766960: hue angle of 24.55º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #766960 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB11810596-
CMYK00.110.190.54
HSL24.55º10.28%41.96%-
HSV(B)24.55º18.64%46.27%-
XYZ14.6314.813.15-
YUV107.86121.31135.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 105 (41.41% from 255) = 32.92%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=36.99%
G=32.92%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181059600.110.190.5424.5510.2841.96
Hex7669600B133619a2a
Octal1661511400132366311252
Binary1110110110100111000000101110011110110110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766960; }

 p { color: rgb(118,105,96); }

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

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

 a { background-color: rgb(118,105,96); }

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

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

 span { border-color: rgb(118,105,96); }

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