#7A695E

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

Shades of Roman Coffee #7A695E

Tints of Roman Coffee #7A695E

Color information

#7A695E (or 0x7A695E) is unknown color: approx Roman Coffee. HEX triplet: 7A, 69 and 5E. RGB value is (122,105,94). Sum of RGB (Red+Green+Blue) = 122+105+94=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A695E is #8596A1. Grayscale: #6C6C6C. Windows color (decimal): -8754850 or 6187386. OLE color: 6187386.

HSL color Cylindrical-coordinate representation of color #7A695E: hue angle of 23.57º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A695E is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB12210594-
CMYK00.140.230.52
HSL23.57º12.96%42.35%-
HSV(B)23.57º22.95%47.84%-
XYZ15.115.0512.7-
YUV108.83119.63137.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.01%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=38.01%
G=32.71%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221059400.140.230.5223.5712.9642.35
Hex7A695E0E173418d2a
Octal1721511360162764301552
Binary1111010110100110111100111010111110100110001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A695E; }

 p { color: rgb(122,105,94); }

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

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

 a { background-color: rgb(122,105,94); }

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

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

 span { border-color: rgb(122,105,94); }

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