#7E6A5A

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

Shades of Roman Coffee #7E6A5A

Tints of Roman Coffee #7E6A5A

Color information

#7E6A5A (or 0x7E6A5A) is unknown color: approx Roman Coffee. HEX triplet: 7E, 6A and 5A. RGB value is (126,106,90). Sum of RGB (Red+Green+Blue) = 126+106+90=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6A5A is #8195A5. Grayscale: #6E6E6E. Windows color (decimal): -8492454 or 5925502. OLE color: 5925502.

HSL color Cylindrical-coordinate representation of color #7E6A5A: hue angle of 26.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E6A5A is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB12610690-
CMYK00.160.290.51
HSL26.67º16.67%42.35%-
HSV(B)26.67º28.57%49.41%-
XYZ15.615.4811.84-
YUV110.16116.63139.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.13%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=39.13%
G=32.92%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261069000.160.290.5126.6716.6742.35
Hex7E6A5A0101D331b112a
Octal1761521320203563332152
Binary111111011010101011010010000111011100111101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,106,90); }

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

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

 a { background-color: rgb(126,106,90); }

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

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

 span { border-color: rgb(126,106,90); }

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