#7C6550

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

Shades of Roman Coffee #7C6550

Tints of Roman Coffee #7C6550

Color information

#7C6550 (or 0x7C6550) is unknown color: approx Roman Coffee. HEX triplet: 7C, 65 and 50. RGB value is (124,101,80). Sum of RGB (Red+Green+Blue) = 124+101+80=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6550 is #839AAF. Grayscale: #696969. Windows color (decimal): -8624816 or 5268860. OLE color: 5268860.

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

Color convert

RGB12410180-
CMYK00.190.350.51
HSL28.64º21.57%40%-
HSV(B)28.64º35.48%48.63%-
XYZ14.4114.179.57-
YUV105.48113.62141.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.66%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=40.66%
G=33.11%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241018000.190.350.5128.6421.5740
Hex7C655001323331d1628
Octal1741451200234363352650
Binary1111100110010110100000100111000111100111110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,101,80); }

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

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

 a { background-color: rgb(124,101,80); }

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

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

 span { border-color: rgb(124,101,80); }

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