#7F6355

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

Shades of Roman Coffee #7F6355

Tints of Roman Coffee #7F6355

Color information

#7F6355 (or 0x7F6355) is unknown color: approx Roman Coffee. HEX triplet: 7F, 63 and 55. RGB value is (127,99,85). Sum of RGB (Red+Green+Blue) = 127+99+85=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6355 is #809CAA. Grayscale: #696969. Windows color (decimal): -8428715 or 5596031. OLE color: 5596031.

HSL color Cylindrical-coordinate representation of color #7F6355: hue angle of 20º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F6355 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB1279985-
CMYK00.220.330.50
HSL20º19.81%41.57%-
HSV(B)20º33.07%49.8%-
XYZ14.8514.0910.53-
YUV105.78116.28143.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.84%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=40.84%
G=31.83%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127998500.220.330.502019.8141.57
Hex7F6355016213214142a
Octal1771431250264162242452
Binary1111111110001110101010101101000011100101010010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,99,85); }

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

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

 a { background-color: rgb(127,99,85); }

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

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

 span { border-color: rgb(127,99,85); }

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