#7C614E

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

Shades of Roman Coffee #7C614E

Tints of Roman Coffee #7C614E

Color information

#7C614E (or 0x7C614E) is unknown color: approx Roman Coffee. HEX triplet: 7C, 61 and 4E. RGB value is (124,97,78). Sum of RGB (Red+Green+Blue) = 124+97+78=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C614E is #839EB1. Grayscale: #676767. Windows color (decimal): -8625842 or 5136764. OLE color: 5136764.

HSL color Cylindrical-coordinate representation of color #7C614E: hue angle of 24.78º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C614E is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB1249778-
CMYK00.220.370.51
HSL24.78º22.77%39.61%-
HSV(B)24.78º37.1%48.63%-
XYZ13.9613.389.06-
YUV102.91113.95143.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.47%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=41.47%
G=32.44%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124977800.220.370.5124.7822.7739.61
Hex7C614E0162533191728
Octal1741411160264563312750
Binary1111100110000110011100101101001011100111100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,97,78); }

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

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

 a { background-color: rgb(124,97,78); }

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

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

 span { border-color: rgb(124,97,78); }

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