#79695B

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

Shades of Roman Coffee #79695B

Tints of Roman Coffee #79695B

Color information

#79695B (or 0x79695B) is unknown color: approx Roman Coffee. HEX triplet: 79, 69 and 5B. RGB value is (121,105,91). Sum of RGB (Red+Green+Blue) = 121+105+91=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 121 - color contains mainly: red. Hex color #79695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79695B is #8696A4. Grayscale: #6C6C6C. Windows color (decimal): -8820389 or 5990777. OLE color: 5990777.

HSL color Cylindrical-coordinate representation of color #79695B: hue angle of 28º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79695B is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB12110591-
CMYK00.130.250.53
HSL28º14.15%41.57%-
HSV(B)28º24.79%47.45%-
XYZ14.8314.9212-
YUV108.19118.3137.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.17%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=38.17%
G=33.12%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211059100.130.250.532814.1541.57
Hex79695B0D19351ce2a
Octal1711511330153165341652
Binary1111001110100110110110110111001110101111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79695B; }

 p { color: rgb(121,105,91); }

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

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

 a { background-color: rgb(121,105,91); }

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

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

 span { border-color: rgb(121,105,91); }

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