#7A6655

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

Shades of Roman Coffee #7A6655

Tints of Roman Coffee #7A6655

Color information

#7A6655 (or 0x7A6655) is unknown color: approx Roman Coffee. HEX triplet: 7A, 66 and 55. RGB value is (122,102,85). Sum of RGB (Red+Green+Blue) = 122+102+85=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6655 is #8599AA. Grayscale: #6A6A6A. Windows color (decimal): -8755627 or 5596794. OLE color: 5596794.

HSL color Cylindrical-coordinate representation of color #7A6655: hue angle of 27.57º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A6655 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB12210285-
CMYK00.160.300.52
HSL27.57º17.87%40.59%-
HSV(B)27.57º30.33%47.84%-
XYZ14.4214.310.59-
YUV106.04116.13139.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.48%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 85 (33.59% from 255) = 27.51%
R=39.48%
G=33.01%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221028500.160.300.5227.5717.8740.59
Hex7A66550101E341c1229
Octal1721461250203664342251
Binary111101011001101010101010000111101101001110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,102,85); }

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

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

 a { background-color: rgb(122,102,85); }

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

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

 span { border-color: rgb(122,102,85); }

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