#7A6A5F

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

Shades of Roman Coffee #7A6A5F

Tints of Roman Coffee #7A6A5F

Color information

#7A6A5F (or 0x7A6A5F) is unknown color: approx Roman Coffee. HEX triplet: 7A, 6A and 5F. RGB value is (122,106,95). Sum of RGB (Red+Green+Blue) = 122+106+95=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A5F is #8595A0. Grayscale: #6D6D6D. Windows color (decimal): -8754593 or 6253178. OLE color: 6253178.

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

Color convert

RGB12210695-
CMYK00.130.220.52
HSL24.44º12.44%42.55%-
HSV(B)24.44º22.13%47.84%-
XYZ15.2515.2712.97-
YUV109.53119.8136.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.77%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=37.77%
G=32.82%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221069500.130.220.5224.4412.4442.55
Hex7A6A5F0D163418c2b
Octal1721521370152664301453
Binary1111010110101010111110110110110110100110001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,106,95); }

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

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

 a { background-color: rgb(122,106,95); }

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

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

 span { border-color: rgb(122,106,95); }

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