#7A695B

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

Shades of Roman Coffee #7A695B

Tints of Roman Coffee #7A695B

Color information

#7A695B (or 0x7A695B) is unknown color: approx Roman Coffee. HEX triplet: 7A, 69 and 5B. RGB value is (122,105,91). Sum of RGB (Red+Green+Blue) = 122+105+91=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 122 - color contains mainly: red. Hex color #7A695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A695B is #8596A4. Grayscale: #6C6C6C. Windows color (decimal): -8754853 or 5990778. OLE color: 5990778.

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

Color convert

RGB12210591-
CMYK00.140.250.52
HSL27.1º14.55%41.76%-
HSV(B)27.1º25.41%47.84%-
XYZ14.971512-
YUV108.49118.13137.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.36%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=38.36%
G=33.02%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221059100.140.250.5227.114.5541.76
Hex7A695B0E19341bf2a
Octal1721511330163164331752
Binary1111010110100110110110111011001110100110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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