#7E6455

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

Shades of Roman Coffee #7E6455

Tints of Roman Coffee #7E6455

Color information

#7E6455 (or 0x7E6455) is unknown color: approx Roman Coffee. HEX triplet: 7E, 64 and 55. RGB value is (126,100,85). Sum of RGB (Red+Green+Blue) = 126+100+85=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6455 is #819BAA. Grayscale: #6A6A6A. Windows color (decimal): -8493995 or 5596286. OLE color: 5596286.

HSL color Cylindrical-coordinate representation of color #7E6455: hue angle of 21.95º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E6455 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB12610085-
CMYK00.210.330.51
HSL21.95º19.43%41.37%-
HSV(B)21.95º32.54%49.41%-
XYZ14.814.2110.56-
YUV106.06116.11142.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.51%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=40.51%
G=32.15%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261008500.210.330.5121.9519.4341.37
Hex7E64550152133161329
Octal1761441250254163262351
Binary1111110110010010101010101011000011100111011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,100,85); }

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

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

 a { background-color: rgb(126,100,85); }

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

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

 span { border-color: rgb(126,100,85); }

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