#79695C

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

Shades of Roman Coffee #79695C

Tints of Roman Coffee #79695C

Color information

#79695C (or 0x79695C) is unknown color: approx Roman Coffee. HEX triplet: 79, 69 and 5C. RGB value is (121,105,92). Sum of RGB (Red+Green+Blue) = 121+105+92=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 121 - color contains mainly: red. Hex color #79695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79695C is #8696A3. Grayscale: #6C6C6C. Windows color (decimal): -8820388 or 6056313. OLE color: 6056313.

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

Color convert

RGB12110592-
CMYK00.130.240.53
HSL26.9º13.62%41.76%-
HSV(B)26.9º23.97%47.45%-
XYZ14.8714.9412.23-
YUV108.3118.8137.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.05%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=38.05%
G=33.02%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211059200.130.240.5326.913.6241.76
Hex79695C0D18351be2a
Octal1711511340153065331652
Binary1111001110100110111000110111000110101110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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